Html Css Color HEX #AF7329 Hot Toddy

📋 copy color: '#AF7329'

red 175 ◦ green 115 ◦ blue 41

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

Shades of Hot Toddy #AF7329

Tints of Hot Toddy #AF7329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.39%

R = 52.87%
G = 34.74%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF7329 (or 0xAF7329) is known color: Hot Toddy. HEX triplet: AF, 73 and 29. RGB value is (175,115,41). Sum of RGB (Red+Green+Blue) = 175+115+41=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7329 is #508CD6. Grayscale: #7C7C7C. Windows color (decimal): -5278935 or 2716591. OLE color: 2716591.

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

Color convert

RGB 175 115 41 -
CMYK 0 0.34 0.77 0.31
HSL 33.13º 0.62% 0.42% -
HSV(B) 33.13º 0.77% 0.69% -
XYZ 24.21 21.54 4.98 -
YUV 124.5 80.88 164.02 -
System Red Green Blue C M Y K H S L
Decimal 175 115 41 0 0.34 0.77 0.31 33.13 0.62 0.42
Hex AF 73 29 0 22 4D 1F 21 3E 2A
Octal 257 163 51 0 42 115 37 41 76 52
Binary 10101111 1110011 101001 0 100010 1001101 11111 100001 111110 101010

Color Harmonies of #AF7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7329

Black with #AF7329

Text Example


Text Example

White with #AF7329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7329; }

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

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

background-color css

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

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

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

border-color css

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

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

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