Html Css Color HEX #AF771A Hot Toddy

📋 copy color: '#AF771A'

red 175 ◦ green 119 ◦ blue 26

#AF771A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Toddy #AF771A

Tints of Hot Toddy #AF771A

RGB

 RED value IS 175 (68.75% from 255) = 54.69%

 GREEN value IS 119 (46.88% from 255) = 37.19%

 BLUE value IS 26 (10.55% from 255) = 8.13%

R = 54.69%
G = 37.19%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF771A (or 0xAF771A) is known color: Hot Toddy. HEX triplet: AF, 77 and 1A. RGB value is (175,119,26). Sum of RGB (Red+Green+Blue) = 175+119+26=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF771A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF771A is #5088E5. Grayscale: #7D7D7D. Windows color (decimal): -5277926 or 1734575. OLE color: 1734575.

HSL color Cylindrical-coordinate representation of color #AF771A: hue angle of 37.45º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF771A is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 26 -
CMYK 0 0.32 0.85 0.31
HSL 37.45º 0.74% 0.39% -
HSV(B) 37.45º 0.85% 0.69% -
XYZ 24.46 22.38 4.01 -
YUV 125.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 175 119 26 0 0.32 0.85 0.31 37.45 0.74 0.39
Hex AF 77 1A 0 20 55 1F 25 4A 27
Octal 257 167 32 0 40 125 37 45 112 47
Binary 10101111 1110111 11010 0 100000 1010101 11111 100101 1001010 100111

Color Harmonies of #AF771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF771A

Black with #AF771A

Text Example


Text Example

White with #AF771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF771A; }

 p { color: rgb(175,119,26); }

 H1.HeaderClassName
 {
   color: #AF771A;
 }
 .AnyTagClassName
 {
   color: #AF771A;
 }
</style>

background-color css

<style>
 a { background-color: #AF771A; }

 a { background-color: rgb(175,119,26); }

 div.DivClassName
 {
   background-color: #AF771A;
 }
 .BgClassName
 {
   background-color: #AF771A;
 }
</style>

border-color css

<style>
 span { border-color: #AF771A; }

 span { border-color: rgb(175,119,26); }

 td.TdClassName
 {
   border-color: #AF771A;
 }
 .TagClassName
 {
   border-color: #AF771A;
 }
</style>