Html Css Color HEX #AF7325 Hot Toddy

📋 copy color: '#AF7325'

red 175 ◦ green 115 ◦ blue 37

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

Shades of Hot Toddy #AF7325

Tints of Hot Toddy #AF7325

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

 BLUE value IS 37 (14.84% from 255) = 11.31%

R = 53.52%
G = 35.17%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF7325 (or 0xAF7325) is known color: Hot Toddy. HEX triplet: AF, 73 and 25. RGB value is (175,115,37). Sum of RGB (Red+Green+Blue) = 175+115+37=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7325 is #508CDA. Grayscale: #7C7C7C. Windows color (decimal): -5278939 or 2454447. OLE color: 2454447.

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

Color convert

RGB 175 115 37 -
CMYK 0 0.34 0.79 0.31
HSL 33.91º 0.65% 0.42% -
HSV(B) 33.91º 0.79% 0.69% -
XYZ 24.14 21.51 4.63 -
YUV 124.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 175 115 37 0 0.34 0.79 0.31 33.91 0.65 0.42
Hex AF 73 25 0 22 4F 1F 22 41 2A
Octal 257 163 45 0 42 117 37 42 101 52
Binary 10101111 1110011 100101 0 100010 1001111 11111 100010 1000001 101010

Color Harmonies of #AF7325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7325

Black with #AF7325

Text Example


Text Example

White with #AF7325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7325; }

 p { color: rgb(175,115,37); }

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

background-color css

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

 a { background-color: rgb(175,115,37); }

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

border-color css

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

 span { border-color: rgb(175,115,37); }

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