Html Css Color HEX #AF9A30 Sahara

📋 copy color: '#AF9A30'

red 175 ◦ green 154 ◦ blue 48

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

Shades of Sahara #AF9A30

Tints of Sahara #AF9A30

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

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

R = 46.42%
G = 40.85%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF9A30 (or 0xAF9A30) is known color: Sahara. HEX triplet: AF, 9A and 30. RGB value is (175,154,48). Sum of RGB (Red+Green+Blue) = 175+154+48=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A30 is #5065CF. Grayscale: #949494. Windows color (decimal): -5268944 or 3185327. OLE color: 3185327.

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

Color convert

RGB 175 154 48 -
CMYK 0 0.12 0.73 0.31
HSL 50.08º 0.57% 0.44% -
HSV(B) 50.08º 0.73% 0.69% -
XYZ 29.77 32.44 7.49 -
YUV 148.2 71.46 147.12 -
System Red Green Blue C M Y K H S L
Decimal 175 154 48 0 0.12 0.73 0.31 50.08 0.57 0.44
Hex AF 9A 30 0 C 49 1F 32 39 2C
Octal 257 232 60 0 14 111 37 62 71 54
Binary 10101111 10011010 110000 0 1100 1001001 11111 110010 111001 101100

Color Harmonies of #AF9A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9A30

Black with #AF9A30

Text Example


Text Example

White with #AF9A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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