Html Css Color HEX #A2AF42 Celery

📋 copy color: '#A2AF42'

red 162 ◦ green 175 ◦ blue 66

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

Shades of Celery #A2AF42

Tints of Celery #A2AF42

RGB

 RED value IS 162 (63.67% from 255) = 40.2%

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

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

R = 40.2%
G = 43.42%
B = 16.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#A2AF42 (or 0xA2AF42) is known color: Celery. HEX triplet: A2, AF and 42. RGB value is (162,175,66). Sum of RGB (Red+Green+Blue) = 162+175+66=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AF42 is #5D50BD. Grayscale: #9F9F9F. Windows color (decimal): -6115518 or 4370338. OLE color: 4370338.

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

Color convert

RGB 162 175 66 -
CMYK 0.07 0 0.62 0.31
HSL 67.16º 0.45% 0.47% -
HSV(B) 67.16º 0.62% 0.69% -
XYZ 31.21 38.73 10.99 -
YUV 158.69 75.69 130.36 -
System Red Green Blue C M Y K H S L
Decimal 162 175 66 0.07 0 0.62 0.31 67.16 0.45 0.47
Hex A2 AF 42 7 0 3E 1F 43 2D 2F
Octal 242 257 102 7 0 76 37 103 55 57
Binary 10100010 10101111 1000010 111 0 111110 11111 1000011 101101 101111

Color Harmonies of #A2AF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF42

Black with #A2AF42

Text Example


Text Example

White with #A2AF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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