Html Css Color HEX #AF952F Sahara

📋 copy color: '#AF952F'

red 175 ◦ green 149 ◦ blue 47

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

Shades of Sahara #AF952F

Tints of Sahara #AF952F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

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

R = 47.17%
G = 40.16%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF952F (or 0xAF952F) is known color: Sahara. HEX triplet: AF, 95 and 2F. RGB value is (175,149,47). Sum of RGB (Red+Green+Blue) = 175+149+47=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF952F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF952F is #506AD0. Grayscale: #919191. Windows color (decimal): -5270225 or 3118511. OLE color: 3118511.

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

Color convert

RGB 175 149 47 -
CMYK 0 0.15 0.73 0.31
HSL 47.81º 0.58% 0.44% -
HSV(B) 47.81º 0.73% 0.69% -
XYZ 28.94 30.81 7.11 -
YUV 145.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 175 149 47 0 0.15 0.73 0.31 47.81 0.58 0.44
Hex AF 95 2F 0 F 49 1F 30 3A 2C
Octal 257 225 57 0 17 111 37 60 72 54
Binary 10101111 10010101 101111 0 1111 1001001 11111 110000 111010 101100

Color Harmonies of #AF952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF952F

Black with #AF952F

Text Example


Text Example

White with #AF952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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