Html Css Color HEX #A0A32B Citron

📋 copy color: '#A0A32B'

red 160 ◦ green 163 ◦ blue 43

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

Shades of Citron #A0A32B

Tints of Citron #A0A32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.75%

R = 43.72%
G = 44.54%
B = 11.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A0A32B (or 0xA0A32B) is known color: Citron. HEX triplet: A0, A3 and 2B. RGB value is (160,163,43). Sum of RGB (Red+Green+Blue) = 160+163+43=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A32B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A32B is #5F5CD4. Grayscale: #949494. Windows color (decimal): -6249685 or 2859936. OLE color: 2859936.

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

Color convert

RGB 160 163 43 -
CMYK 0.02 0 0.74 0.36
HSL 61.5º 0.58% 0.4% -
HSV(B) 61.5º 0.74% 0.64% -
XYZ 28.03 33.84 7.34 -
YUV 148.42 68.51 136.26 -
System Red Green Blue C M Y K H S L
Decimal 160 163 43 0.02 0 0.74 0.36 61.5 0.58 0.4
Hex A0 A3 2B 2 0 4A 24 3E 3A 28
Octal 240 243 53 2 0 112 44 76 72 50
Binary 10100000 10100011 101011 10 0 1001010 100100 111110 111010 101000

Color Harmonies of #A0A32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A32B

Black with #A0A32B

Text Example


Text Example

White with #A0A32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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