Html Css Color HEX #AF7A1F Hot Toddy

📋 copy color: '#AF7A1F'

red 175 ◦ green 122 ◦ blue 31

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

Shades of Hot Toddy #AF7A1F

Tints of Hot Toddy #AF7A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.2%

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

R = 53.35%
G = 37.2%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF7A1F (or 0xAF7A1F) is known color: Hot Toddy. HEX triplet: AF, 7A and 1F. RGB value is (175,122,31). Sum of RGB (Red+Green+Blue) = 175+122+31=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A1F is #5085E0. Grayscale: #7F7F7F. Windows color (decimal): -5277153 or 2063023. OLE color: 2063023.

HSL color Cylindrical-coordinate representation of color #AF7A1F: hue angle of 37.92º 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 #AF7A1F is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 122 31 -
CMYK 0 0.30 0.82 0.31
HSL 37.92º 0.7% 0.4% -
HSV(B) 37.92º 0.82% 0.69% -
XYZ 24.89 23.13 4.45 -
YUV 127.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 175 122 31 0 0.30 0.82 0.31 37.92 0.7 0.4
Hex AF 7A 1F 0 1E 52 1F 26 46 28
Octal 257 172 37 0 36 122 37 46 106 50
Binary 10101111 1111010 11111 0 11110 1010010 11111 100110 1000110 101000

Color Harmonies of #AF7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A1F

Black with #AF7A1F

Text Example


Text Example

White with #AF7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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