Html Css Color HEX #A0A622 Citron

📋 copy color: '#A0A622'

red 160 ◦ green 166 ◦ blue 34

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

Shades of Citron #A0A622

Tints of Citron #A0A622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.44%

R = 44.44%
G = 46.11%
B = 9.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A0A622 (or 0xA0A622) is known color: Citron. HEX triplet: A0, A6 and 22. RGB value is (160,166,34). Sum of RGB (Red+Green+Blue) = 160+166+34=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A622 is #5F59DD. Grayscale: #959595. Windows color (decimal): -6248926 or 2270880. OLE color: 2270880.

HSL color Cylindrical-coordinate representation of color #A0A622: hue angle of 62.73º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0A622 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 166 34 -
CMYK 0.04 0 0.80 0.35
HSL 62.73º 0.66% 0.39% -
HSV(B) 62.73º 0.8% 0.65% -
XYZ 28.42 34.86 6.74 -
YUV 149.16 63.01 135.73 -
System Red Green Blue C M Y K H S L
Decimal 160 166 34 0.04 0 0.80 0.35 62.73 0.66 0.39
Hex A0 A6 22 4 0 50 23 3F 42 27
Octal 240 246 42 4 0 120 43 77 102 47
Binary 10100000 10100110 100010 100 0 1010000 100011 111111 1000010 100111

Color Harmonies of #A0A622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A622

Black with #A0A622

Text Example


Text Example

White with #A0A622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A622; }

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

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

background-color css

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

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

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

border-color css

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

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

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