Html Css Color HEX #AF9429 Sahara

📋 copy color: '#AF9429'

red 175 ◦ green 148 ◦ blue 41

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

Shades of Sahara #AF9429

Tints of Sahara #AF9429

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 48.08%
G = 40.66%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF9429 (or 0xAF9429) is known color: Sahara. HEX triplet: AF, 94 and 29. RGB value is (175,148,41). Sum of RGB (Red+Green+Blue) = 175+148+41=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9429 is #506BD6. Grayscale: #909090. Windows color (decimal): -5270487 or 2725039. OLE color: 2725039.

HSL color Cylindrical-coordinate representation of color #AF9429: hue angle of 47.91º 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 #AF9429 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 148 41 -
CMYK 0 0.15 0.77 0.31
HSL 47.91º 0.62% 0.42% -
HSV(B) 47.91º 0.77% 0.69% -
XYZ 28.67 30.45 6.46 -
YUV 143.88 69.95 150.2 -
System Red Green Blue C M Y K H S L
Decimal 175 148 41 0 0.15 0.77 0.31 47.91 0.62 0.42
Hex AF 94 29 0 F 4D 1F 30 3E 2A
Octal 257 224 51 0 17 115 37 60 76 52
Binary 10101111 10010100 101001 0 1111 1001101 11111 110000 111110 101010

Color Harmonies of #AF9429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9429

Black with #AF9429

Text Example


Text Example

White with #AF9429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9429; }

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

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

background-color css

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

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

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

border-color css

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

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

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