Html Css Color HEX #A0A723 Citron

📋 copy color: '#A0A723'

red 160 ◦ green 167 ◦ blue 35

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

Shades of Citron #A0A723

Tints of Citron #A0A723

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.13%

 BLUE value IS 35 (14.06% from 255) = 9.67%

R = 44.2%
G = 46.13%
B = 9.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A0A723 (or 0xA0A723) is known color: Citron. HEX triplet: A0, A7 and 23. RGB value is (160,167,35). Sum of RGB (Red+Green+Blue) = 160+167+35=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A723 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A723 is #5F58DC. Grayscale: #969696. Windows color (decimal): -6248669 or 2336672. OLE color: 2336672.

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

Color convert

RGB 160 167 35 -
CMYK 0.04 0 0.79 0.35
HSL 63.18º 0.65% 0.4% -
HSV(B) 63.18º 0.79% 0.65% -
XYZ 28.62 35.23 6.88 -
YUV 149.86 63.18 135.23 -
System Red Green Blue C M Y K H S L
Decimal 160 167 35 0.04 0 0.79 0.35 63.18 0.65 0.4
Hex A0 A7 23 4 0 4F 23 3F 41 28
Octal 240 247 43 4 0 117 43 77 101 50
Binary 10100000 10100111 100011 100 0 1001111 100011 111111 1000001 101000

Color Harmonies of #A0A723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A723

Black with #A0A723

Text Example


Text Example

White with #A0A723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A723; }

 p { color: rgb(160,167,35); }

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

background-color css

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

 a { background-color: rgb(160,167,35); }

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

border-color css

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

 span { border-color: rgb(160,167,35); }

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