Html Css Color HEX #AF9C30 Sahara

📋 copy color: '#AF9C30'

red 175 ◦ green 156 ◦ blue 48

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

Shades of Sahara #AF9C30

Tints of Sahara #AF9C30

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

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

R = 46.17%
G = 41.16%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF9C30 (or 0xAF9C30) is known color: Sahara. HEX triplet: AF, 9C and 30. RGB value is (175,156,48). Sum of RGB (Red+Green+Blue) = 175+156+48=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9C30 is #5063CF. Grayscale: #959595. Windows color (decimal): -5268432 or 3185839. OLE color: 3185839.

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

Color convert

RGB 175 156 48 -
CMYK 0 0.11 0.73 0.31
HSL 51.02º 0.57% 0.44% -
HSV(B) 51.02º 0.73% 0.69% -
XYZ 30.1 33.1 7.6 -
YUV 149.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 175 156 48 0 0.11 0.73 0.31 51.02 0.57 0.44
Hex AF 9C 30 0 B 49 1F 33 39 2C
Octal 257 234 60 0 13 111 37 63 71 54
Binary 10101111 10011100 110000 0 1011 1001001 11111 110011 111001 101100

Color Harmonies of #AF9C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C30

Black with #AF9C30

Text Example


Text Example

White with #AF9C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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