Html Css Color HEX #AF9524 Sahara

📋 copy color: '#AF9524'

red 175 ◦ green 149 ◦ blue 36

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

Shades of Sahara #AF9524

Tints of Sahara #AF9524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10%

R = 48.61%
G = 41.39%
B = 10%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF9524 (or 0xAF9524) is known color: Sahara. HEX triplet: AF, 95 and 24. RGB value is (175,149,36). Sum of RGB (Red+Green+Blue) = 175+149+36=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9524 is #506ADB. Grayscale: #909090. Windows color (decimal): -5270236 or 2397615. OLE color: 2397615.

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

Color convert

RGB 175 149 36 -
CMYK 0 0.15 0.79 0.31
HSL 48.78º 0.66% 0.41% -
HSV(B) 48.78º 0.79% 0.69% -
XYZ 28.75 30.74 6.09 -
YUV 143.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 175 149 36 0 0.15 0.79 0.31 48.78 0.66 0.41
Hex AF 95 24 0 F 4F 1F 31 42 29
Octal 257 225 44 0 17 117 37 61 102 51
Binary 10101111 10010101 100100 0 1111 1001111 11111 110001 1000010 101001

Color Harmonies of #AF9524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9524

Black with #AF9524

Text Example


Text Example

White with #AF9524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9524; }

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

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

background-color css

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

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

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

border-color css

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

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

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