Html Css Color HEX #A0A32C Citron

📋 copy color: '#A0A32C'

red 160 ◦ green 163 ◦ blue 44

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

Shades of Citron #A0A32C

Tints of Citron #A0A32C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.41%

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 43.6%
G = 44.41%
B = 11.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A0A32C (or 0xA0A32C) is known color: Citron. HEX triplet: A0, A3 and 2C. RGB value is (160,163,44). Sum of RGB (Red+Green+Blue) = 160+163+44=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A32C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A32C is #5F5CD3. Grayscale: #959595. Windows color (decimal): -6249684 or 2925472. OLE color: 2925472.

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

Color convert

RGB 160 163 44 -
CMYK 0.02 0 0.73 0.36
HSL 61.51º 0.57% 0.41% -
HSV(B) 61.51º 0.73% 0.64% -
XYZ 28.05 33.85 7.44 -
YUV 148.54 69.01 136.18 -
System Red Green Blue C M Y K H S L
Decimal 160 163 44 0.02 0 0.73 0.36 61.51 0.57 0.41
Hex A0 A3 2C 2 0 49 24 3E 39 29
Octal 240 243 54 2 0 111 44 76 71 51
Binary 10100000 10100011 101100 10 0 1001001 100100 111110 111001 101001

Color Harmonies of #A0A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A32C

Black with #A0A32C

Text Example


Text Example

White with #A0A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A32C; }

 p { color: rgb(160,163,44); }

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

background-color css

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

 a { background-color: rgb(160,163,44); }

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

border-color css

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

 span { border-color: rgb(160,163,44); }

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