Html Css Color HEX #A0AF43 Celery

📋 copy color: '#A0AF43'

red 160 ◦ green 175 ◦ blue 67

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

Shades of Celery #A0AF43

Tints of Celery #A0AF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.67%

R = 39.8%
G = 43.53%
B = 16.67%

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

#A0AF43 (or 0xA0AF43) is known color: Celery. HEX triplet: A0, AF and 43. RGB value is (160,175,67). Sum of RGB (Red+Green+Blue) = 160+175+67=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AF43 is #5F50BC. Grayscale: #9E9E9E. Windows color (decimal): -6246589 or 4435872. OLE color: 4435872.

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

Color convert

RGB 160 175 67 -
CMYK 0.09 0 0.62 0.31
HSL 68.33º 0.45% 0.47% -
HSV(B) 68.33º 0.62% 0.69% -
XYZ 30.84 38.54 11.12 -
YUV 158.2 76.53 129.28 -
System Red Green Blue C M Y K H S L
Decimal 160 175 67 0.09 0 0.62 0.31 68.33 0.45 0.47
Hex A0 AF 43 9 0 3E 1F 44 2D 2F
Octal 240 257 103 11 0 76 37 104 55 57
Binary 10100000 10101111 1000011 1001 0 111110 11111 1000100 101101 101111

Color Harmonies of #A0AF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF43

Black with #A0AF43

Text Example


Text Example

White with #A0AF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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