Html Css Color HEX #AF9728 Sahara

📋 copy color: '#AF9728'

red 175 ◦ green 151 ◦ blue 40

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

Shades of Sahara #AF9728

Tints of Sahara #AF9728

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.26%

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

R = 47.81%
G = 41.26%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF9728 (or 0xAF9728) is known color: Sahara. HEX triplet: AF, 97 and 28. RGB value is (175,151,40). Sum of RGB (Red+Green+Blue) = 175+151+40=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9728 is #5068D7. Grayscale: #919191. Windows color (decimal): -5269720 or 2660271. OLE color: 2660271.

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

Color convert

RGB 175 151 40 -
CMYK 0 0.14 0.77 0.31
HSL 49.33º 0.63% 0.42% -
HSV(B) 49.33º 0.77% 0.69% -
XYZ 29.13 31.4 6.53 -
YUV 145.52 68.45 149.03 -
System Red Green Blue C M Y K H S L
Decimal 175 151 40 0 0.14 0.77 0.31 49.33 0.63 0.42
Hex AF 97 28 0 E 4D 1F 31 3F 2A
Octal 257 227 50 0 16 115 37 61 77 52
Binary 10101111 10010111 101000 0 1110 1001101 11111 110001 111111 101010

Color Harmonies of #AF9728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9728

Black with #AF9728

Text Example


Text Example

White with #AF9728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9728; }

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

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

background-color css

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

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

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

border-color css

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

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

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