Html Css Color HEX #AF9B2F Sahara

📋 copy color: '#AF9B2F'

red 175 ◦ green 155 ◦ blue 47

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

Shades of Sahara #AF9B2F

Tints of Sahara #AF9B2F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

 BLUE value IS 47 (18.75% from 255) = 12.47%

R = 46.42%
G = 41.11%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF9B2F (or 0xAF9B2F) is known color: Sahara. HEX triplet: AF, 9B and 2F. RGB value is (175,155,47). Sum of RGB (Red+Green+Blue) = 175+155+47=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9B2F is #5064D0. Grayscale: #959595. Windows color (decimal): -5268689 or 3120047. OLE color: 3120047.

HSL color Cylindrical-coordinate representation of color #AF9B2F: hue angle of 50.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF9B2F is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 155 47 -
CMYK 0 0.11 0.73 0.31
HSL 50.63º 0.58% 0.44% -
HSV(B) 50.63º 0.73% 0.69% -
XYZ 29.91 32.76 7.44 -
YUV 148.67 70.63 146.78 -
System Red Green Blue C M Y K H S L
Decimal 175 155 47 0 0.11 0.73 0.31 50.63 0.58 0.44
Hex AF 9B 2F 0 B 49 1F 33 3A 2C
Octal 257 233 57 0 13 111 37 63 72 54
Binary 10101111 10011011 101111 0 1011 1001001 11111 110011 111010 101100

Color Harmonies of #AF9B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9B2F

Black with #AF9B2F

Text Example


Text Example

White with #AF9B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9B2F; }

 p { color: rgb(175,155,47); }

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

background-color css

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

 a { background-color: rgb(175,155,47); }

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

border-color css

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

 span { border-color: rgb(175,155,47); }

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