Html Css Color HEX #AF7526 Hot Toddy

📋 copy color: '#AF7526'

red 175 ◦ green 117 ◦ blue 38

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

Shades of Hot Toddy #AF7526

Tints of Hot Toddy #AF7526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.52%

R = 53.03%
G = 35.45%
B = 11.52%

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

#AF7526 (or 0xAF7526) is known color: Hot Toddy. HEX triplet: AF, 75 and 26. RGB value is (175,117,38). Sum of RGB (Red+Green+Blue) = 175+117+38=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7526 is #508AD9. Grayscale: #7D7D7D. Windows color (decimal): -5278426 or 2520495. OLE color: 2520495.

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

Color convert

RGB 175 117 38 -
CMYK 0 0.33 0.78 0.31
HSL 34.6º 0.64% 0.42% -
HSV(B) 34.6º 0.78% 0.69% -
XYZ 24.39 21.98 4.79 -
YUV 125.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 175 117 38 0 0.33 0.78 0.31 34.6 0.64 0.42
Hex AF 75 26 0 21 4E 1F 23 40 2A
Octal 257 165 46 0 41 116 37 43 100 52
Binary 10101111 1110101 100110 0 100001 1001110 11111 100011 1000000 101010

Color Harmonies of #AF7526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7526

Black with #AF7526

Text Example


Text Example

White with #AF7526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7526; }

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

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

background-color css

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

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

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

border-color css

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

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

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