Html Css Color HEX #AE7A1F Hot Toddy

📋 copy color: '#AE7A1F'

red 174 ◦ green 122 ◦ blue 31

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

Shades of Hot Toddy #AE7A1F

Tints of Hot Toddy #AE7A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.31%

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

R = 53.21%
G = 37.31%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE7A1F (or 0xAE7A1F) is known color: Hot Toddy. HEX triplet: AE, 7A and 1F. RGB value is (174,122,31). Sum of RGB (Red+Green+Blue) = 174+122+31=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7A1F is #5185E0. Grayscale: #7F7F7F. Windows color (decimal): -5342689 or 2063022. OLE color: 2063022.

HSL color Cylindrical-coordinate representation of color #AE7A1F: hue angle of 38.18º 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 #AE7A1F is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 122 31 -
CMYK 0 0.30 0.82 0.32
HSL 38.18º 0.7% 0.4% -
HSV(B) 38.18º 0.82% 0.68% -
XYZ 24.66 23.02 4.44 -
YUV 127.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 174 122 31 0 0.30 0.82 0.32 38.18 0.7 0.4
Hex AE 7A 1F 0 1E 52 20 26 46 28
Octal 256 172 37 0 36 122 40 46 106 50
Binary 10101110 1111010 11111 0 11110 1010010 100000 100110 1000110 101000

Color Harmonies of #AE7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7A1F

Black with #AE7A1F

Text Example


Text Example

White with #AE7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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