Html Css Color HEX #AF9527 Sahara

📋 copy color: '#AF9527'

red 175 ◦ green 149 ◦ blue 39

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

Shades of Sahara #AF9527

Tints of Sahara #AF9527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.74%

R = 48.21%
G = 41.05%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF9527 (or 0xAF9527) is known color: Sahara. HEX triplet: AF, 95 and 27. RGB value is (175,149,39). Sum of RGB (Red+Green+Blue) = 175+149+39=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9527 is #506AD8. Grayscale: #909090. Windows color (decimal): -5270233 or 2594223. OLE color: 2594223.

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

Color convert

RGB 175 149 39 -
CMYK 0 0.15 0.78 0.31
HSL 48.53º 0.64% 0.42% -
HSV(B) 48.53º 0.78% 0.69% -
XYZ 28.79 30.76 6.34 -
YUV 144.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 175 149 39 0 0.15 0.78 0.31 48.53 0.64 0.42
Hex AF 95 27 0 F 4E 1F 31 40 2A
Octal 257 225 47 0 17 116 37 61 100 52
Binary 10101111 10010101 100111 0 1111 1001110 11111 110001 1000000 101010

Color Harmonies of #AF9527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9527

Black with #AF9527

Text Example


Text Example

White with #AF9527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9527; }

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

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

background-color css

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

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

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

border-color css

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

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

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