Html Css Color HEX #AF7527 Hot Toddy

📋 copy color: '#AF7527'

red 175 ◦ green 117 ◦ blue 39

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

Shades of Hot Toddy #AF7527

Tints of Hot Toddy #AF7527

RGB

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

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

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

R = 52.87%
G = 35.35%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF7527 (or 0xAF7527) is known color: Hot Toddy. HEX triplet: AF, 75 and 27. RGB value is (175,117,39). Sum of RGB (Red+Green+Blue) = 175+117+39=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7527 is #508AD8. Grayscale: #7D7D7D. Windows color (decimal): -5278425 or 2586031. OLE color: 2586031.

HSL color Cylindrical-coordinate representation of color #AF7527: hue angle of 34.41º 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 #AF7527 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 39 -
CMYK 0 0.33 0.78 0.31
HSL 34.41º 0.64% 0.42% -
HSV(B) 34.41º 0.78% 0.69% -
XYZ 24.41 21.98 4.88 -
YUV 125.45 79.22 163.34 -
System Red Green Blue C M Y K H S L
Decimal 175 117 39 0 0.33 0.78 0.31 34.41 0.64 0.42
Hex AF 75 27 0 21 4E 1F 22 40 2A
Octal 257 165 47 0 41 116 37 42 100 52
Binary 10101111 1110101 100111 0 100001 1001110 11111 100010 1000000 101010

Color Harmonies of #AF7527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7527

Black with #AF7527

Text Example


Text Example

White with #AF7527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7527; }

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

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

background-color css

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

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

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

border-color css

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

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

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