Html Css Color HEX #AF9028 Sahara

📋 copy color: '#AF9028'

red 175 ◦ green 144 ◦ blue 40

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

Shades of Sahara #AF9028

Tints of Sahara #AF9028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.11%

 BLUE value IS 40 (16.02% from 255) = 11.14%

R = 48.75%
G = 40.11%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF9028 (or 0xAF9028) is known color: Sahara. HEX triplet: AF, 90 and 28. RGB value is (175,144,40). Sum of RGB (Red+Green+Blue) = 175+144+40=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9028 is #506FD7. Grayscale: #8D8D8D. Windows color (decimal): -5271512 or 2658479. OLE color: 2658479.

HSL color Cylindrical-coordinate representation of color #AF9028: hue angle of 46.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF9028 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 144 40 -
CMYK 0 0.18 0.77 0.31
HSL 46.22º 0.63% 0.42% -
HSV(B) 46.22º 0.77% 0.69% -
XYZ 28.04 29.21 6.17 -
YUV 141.41 70.77 151.96 -
System Red Green Blue C M Y K H S L
Decimal 175 144 40 0 0.18 0.77 0.31 46.22 0.63 0.42
Hex AF 90 28 0 12 4D 1F 2E 3F 2A
Octal 257 220 50 0 22 115 37 56 77 52
Binary 10101111 10010000 101000 0 10010 1001101 11111 101110 111111 101010

Color Harmonies of #AF9028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9028

Black with #AF9028

Text Example


Text Example

White with #AF9028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9028; }

 p { color: rgb(175,144,40); }

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

background-color css

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

 a { background-color: rgb(175,144,40); }

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

border-color css

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

 span { border-color: rgb(175,144,40); }

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