Html Css Color HEX #AE982C Sahara

📋 copy color: '#AE982C'

red 174 ◦ green 152 ◦ blue 44

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

Shades of Sahara #AE982C

Tints of Sahara #AE982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.08%

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 47.03%
G = 41.08%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE982C (or 0xAE982C) is known color: Sahara. HEX triplet: AE, 98 and 2C. RGB value is (174,152,44). Sum of RGB (Red+Green+Blue) = 174+152+44=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE982C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE982C is #5167D3. Grayscale: #929292. Windows color (decimal): -5334996 or 2922670. OLE color: 2922670.

HSL color Cylindrical-coordinate representation of color #AE982C: hue angle of 49.85º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE982C is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 152 44 -
CMYK 0 0.13 0.75 0.32
HSL 49.85º 0.6% 0.43% -
HSV(B) 49.85º 0.75% 0.68% -
XYZ 29.14 31.64 6.95 -
YUV 146.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 174 152 44 0 0.13 0.75 0.32 49.85 0.6 0.43
Hex AE 98 2C 0 D 4B 20 32 3C 2B
Octal 256 230 54 0 15 113 40 62 74 53
Binary 10101110 10011000 101100 0 1101 1001011 100000 110010 111100 101011

Color Harmonies of #AE982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE982C

Black with #AE982C

Text Example


Text Example

White with #AE982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE982C; }

 p { color: rgb(174,152,44); }

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

background-color css

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

 a { background-color: rgb(174,152,44); }

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

border-color css

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

 span { border-color: rgb(174,152,44); }

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