Html Css Color HEX #AE7D21 Hot Toddy

📋 copy color: '#AE7D21'

red 174 ◦ green 125 ◦ blue 33

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

Shades of Hot Toddy #AE7D21

Tints of Hot Toddy #AE7D21

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.65%

 BLUE value IS 33 (13.28% from 255) = 9.94%

R = 52.41%
G = 37.65%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AE7D21 (or 0xAE7D21) is known color: Hot Toddy. HEX triplet: AE, 7D and 21. RGB value is (174,125,33). Sum of RGB (Red+Green+Blue) = 174+125+33=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D21 is #5182DE. Grayscale: #818181. Windows color (decimal): -5341919 or 2194862. OLE color: 2194862.

HSL color Cylindrical-coordinate representation of color #AE7D21: hue angle of 39.15º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE7D21 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 125 33 -
CMYK 0 0.28 0.81 0.32
HSL 39.15º 0.68% 0.41% -
HSV(B) 39.15º 0.81% 0.68% -
XYZ 25.06 23.78 4.71 -
YUV 129.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 174 125 33 0 0.28 0.81 0.32 39.15 0.68 0.41
Hex AE 7D 21 0 1C 51 20 27 44 29
Octal 256 175 41 0 34 121 40 47 104 51
Binary 10101110 1111101 100001 0 11100 1010001 100000 100111 1000100 101001

Color Harmonies of #AE7D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D21

Black with #AE7D21

Text Example


Text Example

White with #AE7D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D21; }

 p { color: rgb(174,125,33); }

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

background-color css

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

 a { background-color: rgb(174,125,33); }

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

border-color css

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

 span { border-color: rgb(174,125,33); }

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