Html Css Color HEX #AE8D21 Sahara

📋 copy color: '#AE8D21'

red 174 ◦ green 141 ◦ blue 33

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

Shades of Sahara #AE8D21

Tints of Sahara #AE8D21

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.52%

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

R = 50%
G = 40.52%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AE8D21 (or 0xAE8D21) is known color: Sahara. HEX triplet: AE, 8D and 21. RGB value is (174,141,33). Sum of RGB (Red+Green+Blue) = 174+141+33=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D21 is #5172DE. Grayscale: #8B8B8B. Windows color (decimal): -5337823 or 2198958. OLE color: 2198958.

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

Color convert

RGB 174 141 33 -
CMYK 0 0.19 0.81 0.32
HSL 45.96º 0.68% 0.41% -
HSV(B) 45.96º 0.81% 0.68% -
XYZ 27.25 28.16 5.44 -
YUV 138.56 68.43 153.28 -
System Red Green Blue C M Y K H S L
Decimal 174 141 33 0 0.19 0.81 0.32 45.96 0.68 0.41
Hex AE 8D 21 0 13 51 20 2E 44 29
Octal 256 215 41 0 23 121 40 56 104 51
Binary 10101110 10001101 100001 0 10011 1010001 100000 101110 1000100 101001

Color Harmonies of #AE8D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D21

Black with #AE8D21

Text Example


Text Example

White with #AE8D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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