Html Css Color HEX #AF8D1E Sahara

📋 copy color: '#AF8D1E'

red 175 ◦ green 141 ◦ blue 30

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

Shades of Sahara #AF8D1E

Tints of Sahara #AF8D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 50.58%
G = 40.75%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF8D1E (or 0xAF8D1E) is known color: Sahara. HEX triplet: AF, 8D and 1E. RGB value is (175,141,30). Sum of RGB (Red+Green+Blue) = 175+141+30=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8D1E is #5072E1. Grayscale: #8A8A8A. Windows color (decimal): -5272290 or 2002351. OLE color: 2002351.

HSL color Cylindrical-coordinate representation of color #AF8D1E: hue angle of 45.93º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF8D1E is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 141 30 -
CMYK 0 0.19 0.83 0.31
HSL 45.93º 0.71% 0.4% -
HSV(B) 45.93º 0.83% 0.69% -
XYZ 27.44 28.26 5.24 -
YUV 138.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 175 141 30 0 0.19 0.83 0.31 45.93 0.71 0.4
Hex AF 8D 1E 0 13 53 1F 2E 47 28
Octal 257 215 36 0 23 123 37 56 107 50
Binary 10101111 10001101 11110 0 10011 1010011 11111 101110 1000111 101000

Color Harmonies of #AF8D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D1E

Black with #AF8D1E

Text Example


Text Example

White with #AF8D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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