Html Css Color HEX #AE7528 Hot Toddy

📋 copy color: '#AE7528'

red 174 ◦ green 117 ◦ blue 40

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

Shades of Hot Toddy #AE7528

Tints of Hot Toddy #AE7528

RGB

 RED value IS 174 (68.36% from 255) = 52.57%

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

 BLUE value IS 40 (16.02% from 255) = 12.08%

R = 52.57%
G = 35.35%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE7528 (or 0xAE7528) is known color: Hot Toddy. HEX triplet: AE, 75 and 28. RGB value is (174,117,40). Sum of RGB (Red+Green+Blue) = 174+117+40=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7528 is #518AD7. Grayscale: #7D7D7D. Windows color (decimal): -5343960 or 2651566. OLE color: 2651566.

HSL color Cylindrical-coordinate representation of color #AE7528: hue angle of 34.48º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE7528 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 117 40 -
CMYK 0 0.33 0.77 0.32
HSL 34.48º 0.63% 0.42% -
HSV(B) 34.48º 0.77% 0.68% -
XYZ 24.2 21.87 4.95 -
YUV 125.27 79.88 162.76 -
System Red Green Blue C M Y K H S L
Decimal 174 117 40 0 0.33 0.77 0.32 34.48 0.63 0.42
Hex AE 75 28 0 21 4D 20 22 3F 2A
Octal 256 165 50 0 41 115 40 42 77 52
Binary 10101110 1110101 101000 0 100001 1001101 100000 100010 111111 101010

Color Harmonies of #AE7528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7528

Black with #AE7528

Text Example


Text Example

White with #AE7528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7528; }

 p { color: rgb(174,117,40); }

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

background-color css

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

 a { background-color: rgb(174,117,40); }

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

border-color css

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

 span { border-color: rgb(174,117,40); }

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