Html Css Color HEX #A0AF47 Celery

📋 copy color: '#A0AF47'

red 160 ◦ green 175 ◦ blue 71

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

Shades of Celery #A0AF47

Tints of Celery #A0AF47

RGB

 RED value IS 160 (62.89% from 255) = 39.41%

 GREEN value IS 175 (68.75% from 255) = 43.1%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 39.41%
G = 43.1%
B = 17.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#A0AF47 (or 0xA0AF47) is known color: Celery. HEX triplet: A0, AF and 47. RGB value is (160,175,71). Sum of RGB (Red+Green+Blue) = 160+175+71=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AF47 is #5F50B8. Grayscale: #9F9F9F. Windows color (decimal): -6246585 or 4698016. OLE color: 4698016.

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

Color convert

RGB 160 175 71 -
CMYK 0.09 0 0.59 0.31
HSL 68.65º 0.42% 0.48% -
HSV(B) 68.65º 0.59% 0.69% -
XYZ 30.96 38.59 11.78 -
YUV 158.66 78.53 128.96 -
System Red Green Blue C M Y K H S L
Decimal 160 175 71 0.09 0 0.59 0.31 68.65 0.42 0.48
Hex A0 AF 47 9 0 3B 1F 45 2A 30
Octal 240 257 107 11 0 73 37 105 52 60
Binary 10100000 10101111 1000111 1001 0 111011 11111 1000101 101010 110000

Color Harmonies of #A0AF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF47

Black with #A0AF47

Text Example


Text Example

White with #A0AF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF47; }

 p { color: rgb(160,175,71); }

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

background-color css

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

 a { background-color: rgb(160,175,71); }

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

border-color css

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

 span { border-color: rgb(160,175,71); }

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