Html Css Color HEX #AE8D27 Sahara

📋 copy color: '#AE8D27'

red 174 ◦ green 141 ◦ blue 39

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

Shades of Sahara #AE8D27

Tints of Sahara #AE8D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.02%

R = 49.15%
G = 39.83%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE8D27 (or 0xAE8D27) is known color: Sahara. HEX triplet: AE, 8D and 27. RGB value is (174,141,39). Sum of RGB (Red+Green+Blue) = 174+141+39=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D27 is #5172D8. Grayscale: #8B8B8B. Windows color (decimal): -5337817 or 2592174. OLE color: 2592174.

HSL color Cylindrical-coordinate representation of color #AE8D27: hue angle of 45.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE8D27 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 141 39 -
CMYK 0 0.19 0.78 0.32
HSL 45.33º 0.63% 0.42% -
HSV(B) 45.33º 0.78% 0.68% -
XYZ 27.35 28.19 5.92 -
YUV 139.24 71.43 152.79 -
System Red Green Blue C M Y K H S L
Decimal 174 141 39 0 0.19 0.78 0.32 45.33 0.63 0.42
Hex AE 8D 27 0 13 4E 20 2D 3F 2A
Octal 256 215 47 0 23 116 40 55 77 52
Binary 10101110 10001101 100111 0 10011 1001110 100000 101101 111111 101010

Color Harmonies of #AE8D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D27

Black with #AE8D27

Text Example


Text Example

White with #AE8D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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