Html Css Color HEX #AF7327 Hot Toddy

📋 copy color: '#AF7327'

red 175 ◦ green 115 ◦ blue 39

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

Shades of Hot Toddy #AF7327

Tints of Hot Toddy #AF7327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.85%

R = 53.19%
G = 34.95%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF7327 (or 0xAF7327) is known color: Hot Toddy. HEX triplet: AF, 73 and 27. RGB value is (175,115,39). Sum of RGB (Red+Green+Blue) = 175+115+39=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7327 is #508CD8. Grayscale: #7C7C7C. Windows color (decimal): -5278937 or 2585519. OLE color: 2585519.

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

Color convert

RGB 175 115 39 -
CMYK 0 0.34 0.78 0.31
HSL 33.53º 0.64% 0.42% -
HSV(B) 33.53º 0.78% 0.69% -
XYZ 24.18 21.52 4.8 -
YUV 124.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 175 115 39 0 0.34 0.78 0.31 33.53 0.64 0.42
Hex AF 73 27 0 22 4E 1F 22 40 2A
Octal 257 163 47 0 42 116 37 42 100 52
Binary 10101111 1110011 100111 0 100010 1001110 11111 100010 1000000 101010

Color Harmonies of #AF7327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7327

Black with #AF7327

Text Example


Text Example

White with #AF7327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7327; }

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

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

background-color css

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

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

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

border-color css

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

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

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