Html Css Color HEX #AF7A1C Hot Toddy

📋 copy color: '#AF7A1C'

red 175 ◦ green 122 ◦ blue 28

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

Shades of Hot Toddy #AF7A1C

Tints of Hot Toddy #AF7A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.62%

R = 53.85%
G = 37.54%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF7A1C (or 0xAF7A1C) is known color: Hot Toddy. HEX triplet: AF, 7A and 1C. RGB value is (175,122,28). Sum of RGB (Red+Green+Blue) = 175+122+28=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A1C is #5085E3. Grayscale: #7F7F7F. Windows color (decimal): -5277156 or 1866415. OLE color: 1866415.

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

Color convert

RGB 175 122 28 -
CMYK 0 0.30 0.84 0.31
HSL 38.37º 0.72% 0.4% -
HSV(B) 38.37º 0.84% 0.69% -
XYZ 24.85 23.12 4.25 -
YUV 127.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 175 122 28 0 0.30 0.84 0.31 38.37 0.72 0.4
Hex AF 7A 1C 0 1E 54 1F 26 48 28
Octal 257 172 34 0 36 124 37 46 110 50
Binary 10101111 1111010 11100 0 11110 1010100 11111 100110 1001000 101000

Color Harmonies of #AF7A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A1C

Black with #AF7A1C

Text Example


Text Example

White with #AF7A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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