Html Css Color HEX #AF8C1F Sahara

📋 copy color: '#AF8C1F'

red 175 ◦ green 140 ◦ blue 31

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

Shades of Sahara #AF8C1F

Tints of Sahara #AF8C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

 BLUE value IS 31 (12.5% from 255) = 8.96%

R = 50.58%
G = 40.46%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF8C1F (or 0xAF8C1F) is known color: Sahara. HEX triplet: AF, 8C and 1F. RGB value is (175,140,31). Sum of RGB (Red+Green+Blue) = 175+140+31=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C1F is #5073E0. Grayscale: #8A8A8A. Windows color (decimal): -5272545 or 2067631. OLE color: 2067631.

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

Color convert

RGB 175 140 31 -
CMYK 0 0.2 0.82 0.31
HSL 45.42º 0.7% 0.4% -
HSV(B) 45.42º 0.82% 0.69% -
XYZ 27.3 27.97 5.26 -
YUV 138.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 175 140 31 0 0.2 0.82 0.31 45.42 0.7 0.4
Hex AF 8C 1F 0 14 52 1F 2D 46 28
Octal 257 214 37 0 24 122 37 55 106 50
Binary 10101111 10001100 11111 0 10100 1010010 11111 101101 1000110 101000

Color Harmonies of #AF8C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C1F

Black with #AF8C1F

Text Example


Text Example

White with #AF8C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C1F; }

 p { color: rgb(175,140,31); }

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

background-color css

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

 a { background-color: rgb(175,140,31); }

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

border-color css

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

 span { border-color: rgb(175,140,31); }

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