Html Css Color HEX #AC9929 Sahara

📋 copy color: '#AC9929'

red 172 ◦ green 153 ◦ blue 41

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

Shades of Sahara #AC9929

Tints of Sahara #AC9929

RGB

 RED value IS 172 (67.58% from 255) = 46.99%

 GREEN value IS 153 (60.16% from 255) = 41.8%

 BLUE value IS 41 (16.41% from 255) = 11.2%

R = 46.99%
G = 41.8%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC9929 (or 0xAC9929) is known color: Sahara. HEX triplet: AC, 99 and 29. RGB value is (172,153,41). Sum of RGB (Red+Green+Blue) = 172+153+41=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9929 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9929 is #5366D6. Grayscale: #929292. Windows color (decimal): -5465815 or 2726316. OLE color: 2726316.

HSL color Cylindrical-coordinate representation of color #AC9929: hue angle of 51.3º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC9929 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 153 41 -
CMYK 0 0.11 0.76 0.33
HSL 51.3º 0.62% 0.42% -
HSV(B) 51.3º 0.76% 0.67% -
XYZ 28.8 31.71 6.7 -
YUV 145.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 172 153 41 0 0.11 0.76 0.33 51.3 0.62 0.42
Hex AC 99 29 0 B 4C 21 33 3E 2A
Octal 254 231 51 0 13 114 41 63 76 52
Binary 10101100 10011001 101001 0 1011 1001100 100001 110011 111110 101010

Color Harmonies of #AC9929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9929

Black with #AC9929

Text Example


Text Example

White with #AC9929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9929; }

 p { color: rgb(172,153,41); }

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

background-color css

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

 a { background-color: rgb(172,153,41); }

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

border-color css

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

 span { border-color: rgb(172,153,41); }

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