Html Css Color HEX #AF9325 Sahara

📋 copy color: '#AF9325'

red 175 ◦ green 147 ◦ blue 37

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

Shades of Sahara #AF9325

Tints of Sahara #AF9325

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.95%

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

R = 48.75%
G = 40.95%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF9325 (or 0xAF9325) is known color: Sahara. HEX triplet: AF, 93 and 25. RGB value is (175,147,37). Sum of RGB (Red+Green+Blue) = 175+147+37=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9325 is #506CDA. Grayscale: #8F8F8F. Windows color (decimal): -5270747 or 2462639. OLE color: 2462639.

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

Color convert

RGB 175 147 37 -
CMYK 0 0.16 0.79 0.31
HSL 47.83º 0.65% 0.42% -
HSV(B) 47.83º 0.79% 0.69% -
XYZ 28.45 30.11 6.06 -
YUV 142.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 175 147 37 0 0.16 0.79 0.31 47.83 0.65 0.42
Hex AF 93 25 0 10 4F 1F 30 41 2A
Octal 257 223 45 0 20 117 37 60 101 52
Binary 10101111 10010011 100101 0 10000 1001111 11111 110000 1000001 101010

Color Harmonies of #AF9325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9325

Black with #AF9325

Text Example


Text Example

White with #AF9325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9325; }

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

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

background-color css

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

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

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

border-color css

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

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

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