Html Css Color HEX #A4AF48 Celery

📋 copy color: '#A4AF48'

red 164 ◦ green 175 ◦ blue 72

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

Shades of Celery #A4AF48

Tints of Celery #A4AF48

RGB

 RED value IS 164 (64.45% from 255) = 39.9%

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

 BLUE value IS 72 (28.52% from 255) = 17.52%

R = 39.9%
G = 42.58%
B = 17.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#A4AF48 (or 0xA4AF48) is known color: Celery. HEX triplet: A4, AF and 48. RGB value is (164,175,72). Sum of RGB (Red+Green+Blue) = 164+175+72=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AF48 is #5B50B7. Grayscale: #A0A0A0. Windows color (decimal): -5984440 or 4763556. OLE color: 4763556.

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

Color convert

RGB 164 175 72 -
CMYK 0.06 0 0.59 0.31
HSL 66.41º 0.42% 0.48% -
HSV(B) 66.41º 0.59% 0.69% -
XYZ 31.81 39.02 11.99 -
YUV 159.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 164 175 72 0.06 0 0.59 0.31 66.41 0.42 0.48
Hex A4 AF 48 6 0 3B 1F 42 2A 30
Octal 244 257 110 6 0 73 37 102 52 60
Binary 10100100 10101111 1001000 110 0 111011 11111 1000010 101010 110000

Color Harmonies of #A4AF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AF48

Black with #A4AF48

Text Example


Text Example

White with #A4AF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AF48; }

 p { color: rgb(164,175,72); }

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

background-color css

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

 a { background-color: rgb(164,175,72); }

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

border-color css

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

 span { border-color: rgb(164,175,72); }

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