Html Css Color HEX #A0A30E Citrus

📋 copy color: '#A0A30E'

red 160 ◦ green 163 ◦ blue 14

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

Shades of Citrus #A0A30E

Tints of Citrus #A0A30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 47.48%
G = 48.37%
B = 4.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A0A30E (or 0xA0A30E) is known color: Citrus. HEX triplet: A0, A3 and 0E. RGB value is (160,163,14). Sum of RGB (Red+Green+Blue) = 160+163+14=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A30E is #5F5CF1. Grayscale: #919191. Windows color (decimal): -6249714 or 959392. OLE color: 959392.

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

Color convert

RGB 160 163 14 -
CMYK 0.02 0 0.91 0.36
HSL 61.21º 0.84% 0.35% -
HSV(B) 61.21º 0.91% 0.64% -
XYZ 27.67 33.7 5.46 -
YUV 145.12 54.01 138.62 -
System Red Green Blue C M Y K H S L
Decimal 160 163 14 0.02 0 0.91 0.36 61.21 0.84 0.35
Hex A0 A3 E 2 0 5B 24 3D 54 23
Octal 240 243 16 2 0 133 44 75 124 43
Binary 10100000 10100011 1110 10 0 1011011 100100 111101 1010100 100011

Color Harmonies of #A0A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A30E

Black with #A0A30E

Text Example


Text Example

White with #A0A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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