Html Css Color HEX #A0A62D Citron

📋 copy color: '#A0A62D'

red 160 ◦ green 166 ◦ blue 45

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

Shades of Citron #A0A62D

Tints of Citron #A0A62D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.74%

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 43.13%
G = 44.74%
B = 12.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A0A62D (or 0xA0A62D) is known color: Citron. HEX triplet: A0, A6 and 2D. RGB value is (160,166,45). Sum of RGB (Red+Green+Blue) = 160+166+45=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A62D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A62D is #5F59D2. Grayscale: #969696. Windows color (decimal): -6248915 or 2991776. OLE color: 2991776.

HSL color Cylindrical-coordinate representation of color #A0A62D: hue angle of 62.98º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0A62D is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 166 45 -
CMYK 0.04 0 0.73 0.35
HSL 62.98º 0.57% 0.41% -
HSV(B) 62.98º 0.73% 0.65% -
XYZ 28.61 34.94 7.72 -
YUV 150.41 68.51 134.84 -
System Red Green Blue C M Y K H S L
Decimal 160 166 45 0.04 0 0.73 0.35 62.98 0.57 0.41
Hex A0 A6 2D 4 0 49 23 3F 39 29
Octal 240 246 55 4 0 111 43 77 71 51
Binary 10100000 10100110 101101 100 0 1001001 100011 111111 111001 101001

Color Harmonies of #A0A62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A62D

Black with #A0A62D

Text Example


Text Example

White with #A0A62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A62D; }

 p { color: rgb(160,166,45); }

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

background-color css

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

 a { background-color: rgb(160,166,45); }

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

border-color css

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

 span { border-color: rgb(160,166,45); }

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