Html Css Color HEX #AE7529 Hot Toddy

📋 copy color: '#AE7529'

red 174 ◦ green 117 ◦ blue 41

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

Shades of Hot Toddy #AE7529

Tints of Hot Toddy #AE7529

RGB

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

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

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

R = 52.41%
G = 35.24%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE7529 (or 0xAE7529) is known color: Hot Toddy. HEX triplet: AE, 75 and 29. RGB value is (174,117,41). Sum of RGB (Red+Green+Blue) = 174+117+41=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7529 is #518AD6. Grayscale: #7D7D7D. Windows color (decimal): -5343959 or 2717102. OLE color: 2717102.

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

Color convert

RGB 174 117 41 -
CMYK 0 0.33 0.76 0.32
HSL 34.29º 0.62% 0.42% -
HSV(B) 34.29º 0.76% 0.68% -
XYZ 24.22 21.88 5.04 -
YUV 125.38 80.38 162.68 -
System Red Green Blue C M Y K H S L
Decimal 174 117 41 0 0.33 0.76 0.32 34.29 0.62 0.42
Hex AE 75 29 0 21 4C 20 22 3E 2A
Octal 256 165 51 0 41 114 40 42 76 52
Binary 10101110 1110101 101001 0 100001 1001100 100000 100010 111110 101010

Color Harmonies of #AE7529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7529

Black with #AE7529

Text Example


Text Example

White with #AE7529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7529; }

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

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

background-color css

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

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

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

border-color css

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

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

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