Html Css Color HEX #A0A22D Citron

📋 copy color: '#A0A22D'

red 160 ◦ green 162 ◦ blue 45

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

Shades of Citron #A0A22D

Tints of Citron #A0A22D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.14%

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

R = 43.6%
G = 44.14%
B = 12.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A0A22D (or 0xA0A22D) is known color: Citron. HEX triplet: A0, A2 and 2D. RGB value is (160,162,45). Sum of RGB (Red+Green+Blue) = 160+162+45=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A22D is #5F5DD2. Grayscale: #949494. Windows color (decimal): -6249939 or 2990752. OLE color: 2990752.

HSL color Cylindrical-coordinate representation of color #A0A22D: hue angle of 61.03º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0A22D is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 162 45 -
CMYK 0.01 0 0.72 0.36
HSL 61.03º 0.57% 0.41% -
HSV(B) 61.03º 0.72% 0.64% -
XYZ 27.89 33.5 7.48 -
YUV 148.06 69.84 136.51 -
System Red Green Blue C M Y K H S L
Decimal 160 162 45 0.01 0 0.72 0.36 61.03 0.57 0.41
Hex A0 A2 2D 1 0 48 24 3D 39 29
Octal 240 242 55 1 0 110 44 75 71 51
Binary 10100000 10100010 101101 1 0 1001000 100100 111101 111001 101001

Color Harmonies of #A0A22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A22D

Black with #A0A22D

Text Example


Text Example

White with #A0A22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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