Html Css Color HEX #AE8C21 Sahara

📋 copy color: '#AE8C21'

red 174 ◦ green 140 ◦ blue 33

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

Shades of Sahara #AE8C21

Tints of Sahara #AE8C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.51%

R = 50.14%
G = 40.35%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AE8C21 (or 0xAE8C21) is known color: Sahara. HEX triplet: AE, 8C and 21. RGB value is (174,140,33). Sum of RGB (Red+Green+Blue) = 174+140+33=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C21 is #5173DE. Grayscale: #8A8A8A. Windows color (decimal): -5338079 or 2198702. OLE color: 2198702.

HSL color Cylindrical-coordinate representation of color #AE8C21: hue angle of 45.53º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE8C21 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 140 33 -
CMYK 0 0.20 0.81 0.32
HSL 45.53º 0.68% 0.41% -
HSV(B) 45.53º 0.81% 0.68% -
XYZ 27.11 27.86 5.39 -
YUV 137.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 174 140 33 0 0.20 0.81 0.32 45.53 0.68 0.41
Hex AE 8C 21 0 14 51 20 2E 44 29
Octal 256 214 41 0 24 121 40 56 104 51
Binary 10101110 10001100 100001 0 10100 1010001 100000 101110 1000100 101001

Color Harmonies of #AE8C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C21

Black with #AE8C21

Text Example


Text Example

White with #AE8C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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