Html Css Color HEX #AF8A1C Sahara

📋 copy color: '#AF8A1C'

red 175 ◦ green 138 ◦ blue 28

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

Shades of Sahara #AF8A1C

Tints of Sahara #AF8A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.47%

 BLUE value IS 28 (11.33% from 255) = 8.21%

R = 51.32%
G = 40.47%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF8A1C (or 0xAF8A1C) is known color: Sahara. HEX triplet: AF, 8A and 1C. RGB value is (175,138,28). Sum of RGB (Red+Green+Blue) = 175+138+28=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A1C is #5075E3. Grayscale: #898989. Windows color (decimal): -5273060 or 1870511. OLE color: 1870511.

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

Color convert

RGB 175 138 28 -
CMYK 0 0.21 0.84 0.31
HSL 44.9º 0.72% 0.4% -
HSV(B) 44.9º 0.84% 0.69% -
XYZ 26.98 27.37 4.96 -
YUV 136.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 175 138 28 0 0.21 0.84 0.31 44.9 0.72 0.4
Hex AF 8A 1C 0 15 54 1F 2D 48 28
Octal 257 212 34 0 25 124 37 55 110 50
Binary 10101111 10001010 11100 0 10101 1010100 11111 101101 1001000 101000

Color Harmonies of #AF8A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A1C

Black with #AF8A1C

Text Example


Text Example

White with #AF8A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A1C; }

 p { color: rgb(175,138,28); }

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

background-color css

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

 a { background-color: rgb(175,138,28); }

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

border-color css

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

 span { border-color: rgb(175,138,28); }

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