Html Css Color HEX #AF9830 Sahara

📋 copy color: '#AF9830'

red 175 ◦ green 152 ◦ blue 48

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

Shades of Sahara #AF9830

Tints of Sahara #AF9830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.53%

 BLUE value IS 48 (19.14% from 255) = 12.8%

R = 46.67%
G = 40.53%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF9830 (or 0xAF9830) is known color: Sahara. HEX triplet: AF, 98 and 30. RGB value is (175,152,48). Sum of RGB (Red+Green+Blue) = 175+152+48=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9830 is #5067CF. Grayscale: #939393. Windows color (decimal): -5269456 or 3184815. OLE color: 3184815.

HSL color Cylindrical-coordinate representation of color #AF9830: hue angle of 49.13º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF9830 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 152 48 -
CMYK 0 0.13 0.73 0.31
HSL 49.13º 0.57% 0.44% -
HSV(B) 49.13º 0.73% 0.69% -
XYZ 29.44 31.78 7.38 -
YUV 147.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 175 152 48 0 0.13 0.73 0.31 49.13 0.57 0.44
Hex AF 98 30 0 D 49 1F 31 39 2C
Octal 257 230 60 0 15 111 37 61 71 54
Binary 10101111 10011000 110000 0 1101 1001001 11111 110001 111001 101100

Color Harmonies of #AF9830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9830

Black with #AF9830

Text Example


Text Example

White with #AF9830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9830; }

 p { color: rgb(175,152,48); }

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

background-color css

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

 a { background-color: rgb(175,152,48); }

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

border-color css

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

 span { border-color: rgb(175,152,48); }

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