Html Css Color HEX #AF7524 Hot Toddy

📋 copy color: '#AF7524'

red 175 ◦ green 117 ◦ blue 36

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

Shades of Hot Toddy #AF7524

Tints of Hot Toddy #AF7524

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

 BLUE value IS 36 (14.45% from 255) = 10.98%

R = 53.35%
G = 35.67%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF7524 (or 0xAF7524) is known color: Hot Toddy. HEX triplet: AF, 75 and 24. RGB value is (175,117,36). Sum of RGB (Red+Green+Blue) = 175+117+36=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7524 is #508ADB. Grayscale: #7D7D7D. Windows color (decimal): -5278428 or 2389423. OLE color: 2389423.

HSL color Cylindrical-coordinate representation of color #AF7524: hue angle of 34.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF7524 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 36 -
CMYK 0 0.33 0.79 0.31
HSL 34.96º 0.66% 0.41% -
HSV(B) 34.96º 0.79% 0.69% -
XYZ 24.36 21.96 4.62 -
YUV 125.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 175 117 36 0 0.33 0.79 0.31 34.96 0.66 0.41
Hex AF 75 24 0 21 4F 1F 23 42 29
Octal 257 165 44 0 41 117 37 43 102 51
Binary 10101111 1110101 100100 0 100001 1001111 11111 100011 1000010 101001

Color Harmonies of #AF7524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7524

Black with #AF7524

Text Example


Text Example

White with #AF7524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7524; }

 p { color: rgb(175,117,36); }

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

background-color css

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

 a { background-color: rgb(175,117,36); }

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

border-color css

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

 span { border-color: rgb(175,117,36); }

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