Html Css Color HEX #AE7C1F Hot Toddy

📋 copy color: '#AE7C1F'

red 174 ◦ green 124 ◦ blue 31

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

Shades of Hot Toddy #AE7C1F

Tints of Hot Toddy #AE7C1F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.69%

 BLUE value IS 31 (12.5% from 255) = 9.42%

R = 52.89%
G = 37.69%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE7C1F (or 0xAE7C1F) is known color: Hot Toddy. HEX triplet: AE, 7C and 1F. RGB value is (174,124,31). Sum of RGB (Red+Green+Blue) = 174+124+31=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7C1F is #5183E0. Grayscale: #808080. Windows color (decimal): -5342177 or 2063534. OLE color: 2063534.

HSL color Cylindrical-coordinate representation of color #AE7C1F: hue angle of 39.02º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE7C1F is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 124 31 -
CMYK 0 0.29 0.82 0.32
HSL 39.02º 0.7% 0.4% -
HSV(B) 39.02º 0.82% 0.68% -
XYZ 24.91 23.51 4.52 -
YUV 128.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 174 124 31 0 0.29 0.82 0.32 39.02 0.7 0.4
Hex AE 7C 1F 0 1D 52 20 27 46 28
Octal 256 174 37 0 35 122 40 47 106 50
Binary 10101110 1111100 11111 0 11101 1010010 100000 100111 1000110 101000

Color Harmonies of #AE7C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C1F

Black with #AE7C1F

Text Example


Text Example

White with #AE7C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C1F; }

 p { color: rgb(174,124,31); }

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

background-color css

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

 a { background-color: rgb(174,124,31); }

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

border-color css

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

 span { border-color: rgb(174,124,31); }

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