Html Css Color HEX #A0A527 Citron

📋 copy color: '#A0A527'

red 160 ◦ green 165 ◦ blue 39

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

Shades of Citron #A0A527

Tints of Citron #A0A527

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.33%

 BLUE value IS 39 (15.63% from 255) = 10.71%

R = 43.96%
G = 45.33%
B = 10.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A0A527 (or 0xA0A527) is known color: Citron. HEX triplet: A0, A5 and 27. RGB value is (160,165,39). Sum of RGB (Red+Green+Blue) = 160+165+39=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A527 is #5F5AD8. Grayscale: #959595. Windows color (decimal): -6249177 or 2598304. OLE color: 2598304.

HSL color Cylindrical-coordinate representation of color #A0A527: hue angle of 62.38º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0A527 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 165 39 -
CMYK 0.03 0 0.76 0.35
HSL 62.38º 0.62% 0.4% -
HSV(B) 62.38º 0.76% 0.65% -
XYZ 28.32 34.53 7.09 -
YUV 149.14 65.84 135.75 -
System Red Green Blue C M Y K H S L
Decimal 160 165 39 0.03 0 0.76 0.35 62.38 0.62 0.4
Hex A0 A5 27 3 0 4C 23 3E 3E 28
Octal 240 245 47 3 0 114 43 76 76 50
Binary 10100000 10100101 100111 11 0 1001100 100011 111110 111110 101000

Color Harmonies of #A0A527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A527

Black with #A0A527

Text Example


Text Example

White with #A0A527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A527; }

 p { color: rgb(160,165,39); }

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

background-color css

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

 a { background-color: rgb(160,165,39); }

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

border-color css

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

 span { border-color: rgb(160,165,39); }

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