Html Css Color HEX #AF9525 Sahara

📋 copy color: '#AF9525'

red 175 ◦ green 149 ◦ blue 37

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

Shades of Sahara #AF9525

Tints of Sahara #AF9525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.25%

R = 48.48%
G = 41.27%
B = 10.25%

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

#AF9525 (or 0xAF9525) is known color: Sahara. HEX triplet: AF, 95 and 25. RGB value is (175,149,37). Sum of RGB (Red+Green+Blue) = 175+149+37=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9525 is #506ADA. Grayscale: #909090. Windows color (decimal): -5270235 or 2463151. OLE color: 2463151.

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

Color convert

RGB 175 149 37 -
CMYK 0 0.15 0.79 0.31
HSL 48.7º 0.65% 0.42% -
HSV(B) 48.7º 0.79% 0.69% -
XYZ 28.76 30.74 6.17 -
YUV 144.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 175 149 37 0 0.15 0.79 0.31 48.7 0.65 0.42
Hex AF 95 25 0 F 4F 1F 31 41 2A
Octal 257 225 45 0 17 117 37 61 101 52
Binary 10101111 10010101 100101 0 1111 1001111 11111 110001 1000001 101010

Color Harmonies of #AF9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9525

Black with #AF9525

Text Example


Text Example

White with #AF9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9525; }

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

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

background-color css

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

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

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

border-color css

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

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

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