Html Css Color HEX #A0AB0D Citrus

📋 copy color: '#A0AB0D'

red 160 ◦ green 171 ◦ blue 13

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

Shades of Citrus #A0AB0D

Tints of Citrus #A0AB0D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.71%

 BLUE value IS 13 (5.47% from 255) = 3.78%

R = 46.51%
G = 49.71%
B = 3.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#A0AB0D (or 0xA0AB0D) is known color: Citrus. HEX triplet: A0, AB and 0D. RGB value is (160,171,13). Sum of RGB (Red+Green+Blue) = 160+171+13=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB0D is #5F54F2. Grayscale: #969696. Windows color (decimal): -6247667 or 895904. OLE color: 895904.

HSL color Cylindrical-coordinate representation of color #A0AB0D: hue angle of 64.18º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0AB0D is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 171 13 -
CMYK 0.06 0 0.92 0.33
HSL 64.18º 0.86% 0.36% -
HSV(B) 64.18º 0.92% 0.67% -
XYZ 29.13 36.63 5.92 -
YUV 149.7 50.86 135.35 -
System Red Green Blue C M Y K H S L
Decimal 160 171 13 0.06 0 0.92 0.33 64.18 0.86 0.36
Hex A0 AB D 6 0 5C 21 40 56 24
Octal 240 253 15 6 0 134 41 100 126 44
Binary 10100000 10101011 1101 110 0 1011100 100001 1000000 1010110 100100

Color Harmonies of #A0AB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB0D

Black with #A0AB0D

Text Example


Text Example

White with #A0AB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB0D; }

 p { color: rgb(160,171,13); }

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

background-color css

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

 a { background-color: rgb(160,171,13); }

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

border-color css

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

 span { border-color: rgb(160,171,13); }

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