Html Css Color HEX #AF771F Hot Toddy

📋 copy color: '#AF771F'

red 175 ◦ green 119 ◦ blue 31

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

Shades of Hot Toddy #AF771F

Tints of Hot Toddy #AF771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 53.85%
G = 36.62%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF771F (or 0xAF771F) is known color: Hot Toddy. HEX triplet: AF, 77 and 1F. RGB value is (175,119,31). Sum of RGB (Red+Green+Blue) = 175+119+31=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF771F is #5088E0. Grayscale: #7E7E7E. Windows color (decimal): -5277921 or 2062255. OLE color: 2062255.

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

Color convert

RGB 175 119 31 -
CMYK 0 0.32 0.82 0.31
HSL 36.67º 0.7% 0.4% -
HSV(B) 36.67º 0.82% 0.69% -
XYZ 24.52 22.41 4.33 -
YUV 125.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 175 119 31 0 0.32 0.82 0.31 36.67 0.7 0.4
Hex AF 77 1F 0 20 52 1F 25 46 28
Octal 257 167 37 0 40 122 37 45 106 50
Binary 10101111 1110111 11111 0 100000 1010010 11111 100101 1000110 101000

Color Harmonies of #AF771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF771F

Black with #AF771F

Text Example


Text Example

White with #AF771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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