Html Css Color HEX #AE8C20 Sahara

📋 copy color: '#AE8C20'

red 174 ◦ green 140 ◦ blue 32

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

Shades of Sahara #AE8C20

Tints of Sahara #AE8C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

 BLUE value IS 32 (12.89% from 255) = 9.25%

R = 50.29%
G = 40.46%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE8C20 (or 0xAE8C20) is known color: Sahara. HEX triplet: AE, 8C and 20. RGB value is (174,140,32). Sum of RGB (Red+Green+Blue) = 174+140+32=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C20 is #5173DF. Grayscale: #8A8A8A. Windows color (decimal): -5338080 or 2133166. OLE color: 2133166.

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

Color convert

RGB 174 140 32 -
CMYK 0 0.20 0.82 0.32
HSL 45.63º 0.69% 0.4% -
HSV(B) 45.63º 0.82% 0.68% -
XYZ 27.09 27.86 5.32 -
YUV 137.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 174 140 32 0 0.20 0.82 0.32 45.63 0.69 0.4
Hex AE 8C 20 0 14 52 20 2E 45 28
Octal 256 214 40 0 24 122 40 56 105 50
Binary 10101110 10001100 100000 0 10100 1010010 100000 101110 1000101 101000

Color Harmonies of #AE8C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C20

Black with #AE8C20

Text Example


Text Example

White with #AE8C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C20; }

 p { color: rgb(174,140,32); }

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

background-color css

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

 a { background-color: rgb(174,140,32); }

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

border-color css

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

 span { border-color: rgb(174,140,32); }

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