Html Css Color HEX #AF9928 Sahara

📋 copy color: '#AF9928'

red 175 ◦ green 153 ◦ blue 40

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

Shades of Sahara #AF9928

Tints of Sahara #AF9928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.87%

R = 47.55%
G = 41.58%
B = 10.87%

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

#AF9928 (or 0xAF9928) is known color: Sahara. HEX triplet: AF, 99 and 28. RGB value is (175,153,40). Sum of RGB (Red+Green+Blue) = 175+153+40=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9928 is #5066D7. Grayscale: #939393. Windows color (decimal): -5269208 or 2660783. OLE color: 2660783.

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

Color convert

RGB 175 153 40 -
CMYK 0 0.13 0.77 0.31
HSL 50.22º 0.63% 0.42% -
HSV(B) 50.22º 0.77% 0.69% -
XYZ 29.45 32.05 6.64 -
YUV 146.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 175 153 40 0 0.13 0.77 0.31 50.22 0.63 0.42
Hex AF 99 28 0 D 4D 1F 32 3F 2A
Octal 257 231 50 0 15 115 37 62 77 52
Binary 10101111 10011001 101000 0 1101 1001101 11111 110010 111111 101010

Color Harmonies of #AF9928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9928

Black with #AF9928

Text Example


Text Example

White with #AF9928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9928; }

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

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

background-color css

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

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

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

border-color css

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

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

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