Html Css Color HEX #AE8C25 Sahara

📋 copy color: '#AE8C25'

red 174 ◦ green 140 ◦ blue 37

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

Shades of Sahara #AE8C25

Tints of Sahara #AE8C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.54%

R = 49.57%
G = 39.89%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE8C25 (or 0xAE8C25) is known color: Sahara. HEX triplet: AE, 8C and 25. RGB value is (174,140,37). Sum of RGB (Red+Green+Blue) = 174+140+37=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C25 is #5173DA. Grayscale: #8A8A8A. Windows color (decimal): -5338075 or 2460846. OLE color: 2460846.

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

Color convert

RGB 174 140 37 -
CMYK 0 0.20 0.79 0.32
HSL 45.11º 0.65% 0.41% -
HSV(B) 45.11º 0.79% 0.68% -
XYZ 27.17 27.89 5.7 -
YUV 138.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 174 140 37 0 0.20 0.79 0.32 45.11 0.65 0.41
Hex AE 8C 25 0 14 4F 20 2D 41 29
Octal 256 214 45 0 24 117 40 55 101 51
Binary 10101110 10001100 100101 0 10100 1001111 100000 101101 1000001 101001

Color Harmonies of #AE8C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C25

Black with #AE8C25

Text Example


Text Example

White with #AE8C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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