Html Css Color HEX #AF8D25 Sahara

📋 copy color: '#AF8D25'

red 175 ◦ green 141 ◦ blue 37

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

Shades of Sahara #AF8D25

Tints of Sahara #AF8D25

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.94%

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

R = 49.58%
G = 39.94%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF8D25 (or 0xAF8D25) is known color: Sahara. HEX triplet: AF, 8D and 25. RGB value is (175,141,37). Sum of RGB (Red+Green+Blue) = 175+141+37=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8D25 is #5072DA. Grayscale: #8B8B8B. Windows color (decimal): -5272283 or 2461103. OLE color: 2461103.

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

Color convert

RGB 175 141 37 -
CMYK 0 0.19 0.79 0.31
HSL 45.22º 0.65% 0.42% -
HSV(B) 45.22º 0.79% 0.69% -
XYZ 27.54 28.3 5.76 -
YUV 139.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 175 141 37 0 0.19 0.79 0.31 45.22 0.65 0.42
Hex AF 8D 25 0 13 4F 1F 2D 41 2A
Octal 257 215 45 0 23 117 37 55 101 52
Binary 10101111 10001101 100101 0 10011 1001111 11111 101101 1000001 101010

Color Harmonies of #AF8D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D25

Black with #AF8D25

Text Example


Text Example

White with #AF8D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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