Html Css Color HEX #A0AF42 Celery

📋 copy color: '#A0AF42'

red 160 ◦ green 175 ◦ blue 66

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

Shades of Celery #A0AF42

Tints of Celery #A0AF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.46%

R = 39.9%
G = 43.64%
B = 16.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#A0AF42 (or 0xA0AF42) is known color: Celery. HEX triplet: A0, AF and 42. RGB value is (160,175,66). Sum of RGB (Red+Green+Blue) = 160+175+66=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AF42 is #5F50BD. Grayscale: #9E9E9E. Windows color (decimal): -6246590 or 4370336. OLE color: 4370336.

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

Color convert

RGB 160 175 66 -
CMYK 0.09 0 0.62 0.31
HSL 68.26º 0.45% 0.47% -
HSV(B) 68.26º 0.62% 0.69% -
XYZ 30.81 38.53 10.97 -
YUV 158.09 76.03 129.36 -
System Red Green Blue C M Y K H S L
Decimal 160 175 66 0.09 0 0.62 0.31 68.26 0.45 0.47
Hex A0 AF 42 9 0 3E 1F 44 2D 2F
Octal 240 257 102 11 0 76 37 104 55 57
Binary 10100000 10101111 1000010 1001 0 111110 11111 1000100 101101 101111

Color Harmonies of #A0AF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF42

Black with #A0AF42

Text Example


Text Example

White with #A0AF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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