Html Css Color HEX #A0AF3D Celery

📋 copy color: '#A0AF3D'

red 160 ◦ green 175 ◦ blue 61

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

Shades of Celery #A0AF3D

Tints of Celery #A0AF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.4%

R = 40.4%
G = 44.19%
B = 15.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#A0AF3D (or 0xA0AF3D) is known color: Celery. HEX triplet: A0, AF and 3D. RGB value is (160,175,61). Sum of RGB (Red+Green+Blue) = 160+175+61=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AF3D is #5F50C2. Grayscale: #9D9D9D. Windows color (decimal): -6246595 or 4042656. OLE color: 4042656.

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

Color convert

RGB 160 175 61 -
CMYK 0.09 0 0.65 0.31
HSL 67.89º 0.48% 0.46% -
HSV(B) 67.89º 0.65% 0.69% -
XYZ 30.67 38.47 10.22 -
YUV 157.52 73.53 129.77 -
System Red Green Blue C M Y K H S L
Decimal 160 175 61 0.09 0 0.65 0.31 67.89 0.48 0.46
Hex A0 AF 3D 9 0 41 1F 44 30 2E
Octal 240 257 75 11 0 101 37 104 60 56
Binary 10100000 10101111 111101 1001 0 1000001 11111 1000100 110000 101110

Color Harmonies of #A0AF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF3D

Black with #A0AF3D

Text Example


Text Example

White with #A0AF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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