Html Css Color HEX #A0AE3D Celery

📋 copy color: '#A0AE3D'

red 160 ◦ green 174 ◦ blue 61

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

Shades of Celery #A0AE3D

Tints of Celery #A0AE3D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.05%

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

R = 40.51%
G = 44.05%
B = 15.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#A0AE3D (or 0xA0AE3D) is known color: Celery. HEX triplet: A0, AE and 3D. RGB value is (160,174,61). Sum of RGB (Red+Green+Blue) = 160+174+61=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE3D is #5F51C2. Grayscale: #9D9D9D. Windows color (decimal): -6246851 or 4042400. OLE color: 4042400.

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

Color convert

RGB 160 174 61 -
CMYK 0.08 0 0.65 0.32
HSL 67.43º 0.48% 0.46% -
HSV(B) 67.43º 0.65% 0.68% -
XYZ 30.48 38.08 10.16 -
YUV 156.93 73.86 130.19 -
System Red Green Blue C M Y K H S L
Decimal 160 174 61 0.08 0 0.65 0.32 67.43 0.48 0.46
Hex A0 AE 3D 8 0 41 20 43 30 2E
Octal 240 256 75 10 0 101 40 103 60 56
Binary 10100000 10101110 111101 1000 0 1000001 100000 1000011 110000 101110

Color Harmonies of #A0AE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE3D

Black with #A0AE3D

Text Example


Text Example

White with #A0AE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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