Html Css Color HEX #A0A12D Citron

📋 copy color: '#A0A12D'

red 160 ◦ green 161 ◦ blue 45

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

Shades of Citron #A0A12D

Tints of Citron #A0A12D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.99%

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

R = 43.72%
G = 43.99%
B = 12.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0A12D (or 0xA0A12D) is known color: Citron. HEX triplet: A0, A1 and 2D. RGB value is (160,161,45). Sum of RGB (Red+Green+Blue) = 160+161+45=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A12D is #5F5ED2. Grayscale: #939393. Windows color (decimal): -6250195 or 2990496. OLE color: 2990496.

HSL color Cylindrical-coordinate representation of color #A0A12D: hue angle of 60.52º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0A12D is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 161 45 -
CMYK 0.01 0 0.72 0.37
HSL 60.52º 0.56% 0.4% -
HSV(B) 60.52º 0.72% 0.63% -
XYZ 27.72 33.15 7.42 -
YUV 147.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 160 161 45 0.01 0 0.72 0.37 60.52 0.56 0.4
Hex A0 A1 2D 1 0 48 25 3D 38 28
Octal 240 241 55 1 0 110 45 75 70 50
Binary 10100000 10100001 101101 1 0 1001000 100101 111101 111000 101000

Color Harmonies of #A0A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A12D

Black with #A0A12D

Text Example


Text Example

White with #A0A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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