Html Css Color HEX #AE702A Hot Toddy

📋 copy color: '#AE702A'

red 174 ◦ green 112 ◦ blue 42

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

Shades of Hot Toddy #AE702A

Tints of Hot Toddy #AE702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 42 (16.8% from 255) = 12.8%

R = 53.05%
G = 34.15%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE702A (or 0xAE702A) is known color: Hot Toddy. HEX triplet: AE, 70 and 2A. RGB value is (174,112,42). Sum of RGB (Red+Green+Blue) = 174+112+42=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE702A is #518FD5. Grayscale: #7A7A7A. Windows color (decimal): -5345238 or 2781358. OLE color: 2781358.

HSL color Cylindrical-coordinate representation of color #AE702A: hue angle of 31.82º degrees, saturation: 0.61, 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 #AE702A is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 42 -
CMYK 0 0.36 0.76 0.32
HSL 31.82º 0.61% 0.42% -
HSV(B) 31.82º 0.76% 0.68% -
XYZ 23.67 20.75 4.95 -
YUV 122.56 82.54 164.69 -
System Red Green Blue C M Y K H S L
Decimal 174 112 42 0 0.36 0.76 0.32 31.82 0.61 0.42
Hex AE 70 2A 0 24 4C 20 20 3D 2A
Octal 256 160 52 0 44 114 40 40 75 52
Binary 10101110 1110000 101010 0 100100 1001100 100000 100000 111101 101010

Color Harmonies of #AE702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE702A

Black with #AE702A

Text Example


Text Example

White with #AE702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE702A; }

 p { color: rgb(174,112,42); }

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

background-color css

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

 a { background-color: rgb(174,112,42); }

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

border-color css

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

 span { border-color: rgb(174,112,42); }

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