Html Css Color HEX #AF9929 Sahara

📋 copy color: '#AF9929'

red 175 ◦ green 153 ◦ blue 41

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

Shades of Sahara #AF9929

Tints of Sahara #AF9929

RGB

 RED value IS 175 (68.75% from 255) = 47.43%

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

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

R = 47.43%
G = 41.46%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF9929 (or 0xAF9929) is known color: Sahara. HEX triplet: AF, 99 and 29. RGB value is (175,153,41). Sum of RGB (Red+Green+Blue) = 175+153+41=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9929 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9929 is #5066D6. Grayscale: #939393. Windows color (decimal): -5269207 or 2726319. OLE color: 2726319.

HSL color Cylindrical-coordinate representation of color #AF9929: hue angle of 50.15º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF9929 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 153 41 -
CMYK 0 0.13 0.77 0.31
HSL 50.15º 0.62% 0.42% -
HSV(B) 50.15º 0.77% 0.69% -
XYZ 29.47 32.06 6.73 -
YUV 146.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 175 153 41 0 0.13 0.77 0.31 50.15 0.62 0.42
Hex AF 99 29 0 D 4D 1F 32 3E 2A
Octal 257 231 51 0 15 115 37 62 76 52
Binary 10101111 10011001 101001 0 1101 1001101 11111 110010 111110 101010

Color Harmonies of #AF9929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9929

Black with #AF9929

Text Example


Text Example

White with #AF9929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9929; }

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

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

background-color css

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

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

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

border-color css

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

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

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