Html Css Color HEX #AE702B Hot Toddy

📋 copy color: '#AE702B'

red 174 ◦ green 112 ◦ blue 43

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

Shades of Hot Toddy #AE702B

Tints of Hot Toddy #AE702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.07%

R = 52.89%
G = 34.04%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE702B (or 0xAE702B) is known color: Hot Toddy. HEX triplet: AE, 70 and 2B. RGB value is (174,112,43). Sum of RGB (Red+Green+Blue) = 174+112+43=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE702B is #518FD4. Grayscale: #7B7B7B. Windows color (decimal): -5345237 or 2846894. OLE color: 2846894.

HSL color Cylindrical-coordinate representation of color #AE702B: hue angle of 31.6º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE702B is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 43 -
CMYK 0 0.36 0.75 0.32
HSL 31.6º 0.6% 0.43% -
HSV(B) 31.6º 0.75% 0.68% -
XYZ 23.69 20.76 5.04 -
YUV 122.67 83.04 164.61 -
System Red Green Blue C M Y K H S L
Decimal 174 112 43 0 0.36 0.75 0.32 31.6 0.6 0.43
Hex AE 70 2B 0 24 4B 20 20 3C 2B
Octal 256 160 53 0 44 113 40 40 74 53
Binary 10101110 1110000 101011 0 100100 1001011 100000 100000 111100 101011

Color Harmonies of #AE702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE702B

Black with #AE702B

Text Example


Text Example

White with #AE702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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