Html Css Color HEX #A0AD09 Citrus

📋 copy color: '#A0AD09'

red 160 ◦ green 173 ◦ blue 9

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

Shades of Citrus #A0AD09

Tints of Citrus #A0AD09

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.58%

 BLUE value IS 9 (3.91% from 255) = 2.63%

R = 46.78%
G = 50.58%
B = 2.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#A0AD09 (or 0xA0AD09) is known color: Citrus. HEX triplet: A0, AD and 09. RGB value is (160,173,9). Sum of RGB (Red+Green+Blue) = 160+173+9=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AD09 is #5F52F6. Grayscale: #979797. Windows color (decimal): -6247159 or 634272. OLE color: 634272.

HSL color Cylindrical-coordinate representation of color #A0AD09: hue angle of 64.76º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0AD09 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 173 9 -
CMYK 0.08 0 0.95 0.32
HSL 64.76º 0.9% 0.36% -
HSV(B) 64.76º 0.95% 0.68% -
XYZ 29.49 37.38 5.92 -
YUV 150.42 48.19 134.84 -
System Red Green Blue C M Y K H S L
Decimal 160 173 9 0.08 0 0.95 0.32 64.76 0.9 0.36
Hex A0 AD 9 8 0 5F 20 41 5A 24
Octal 240 255 11 10 0 137 40 101 132 44
Binary 10100000 10101101 1001 1000 0 1011111 100000 1000001 1011010 100100

Color Harmonies of #A0AD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD09

Black with #A0AD09

Text Example


Text Example

White with #A0AD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD09; }

 p { color: rgb(160,173,9); }

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

background-color css

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

 a { background-color: rgb(160,173,9); }

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

border-color css

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

 span { border-color: rgb(160,173,9); }

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