Html Css Color HEX #A6AB0E Citrus

📋 copy color: '#A6AB0E'

red 166 ◦ green 171 ◦ blue 14

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

Shades of Citrus #A6AB0E

Tints of Citrus #A6AB0E

RGB

 RED value IS 166 (65.23% from 255) = 47.29%

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

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

R = 47.29%
G = 48.72%
B = 3.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#A6AB0E (or 0xA6AB0E) is known color: Citrus. HEX triplet: A6, AB and 0E. RGB value is (166,171,14). Sum of RGB (Red+Green+Blue) = 166+171+14=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AB0E is #5954F1. Grayscale: #989898. Windows color (decimal): -5854450 or 961446. OLE color: 961446.

HSL color Cylindrical-coordinate representation of color #A6AB0E: hue angle of 61.91º degrees, saturation: 0.85, 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 #A6AB0E is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 171 14 -
CMYK 0.03 0 0.92 0.33
HSL 61.91º 0.85% 0.36% -
HSV(B) 61.91º 0.92% 0.67% -
XYZ 30.37 37.26 6.01 -
YUV 151.61 50.34 138.27 -
System Red Green Blue C M Y K H S L
Decimal 166 171 14 0.03 0 0.92 0.33 61.91 0.85 0.36
Hex A6 AB E 3 0 5C 21 3E 55 24
Octal 246 253 16 3 0 134 41 76 125 44
Binary 10100110 10101011 1110 11 0 1011100 100001 111110 1010101 100100

Color Harmonies of #A6AB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AB0E

Black with #A6AB0E

Text Example


Text Example

White with #A6AB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AB0E; }

 p { color: rgb(166,171,14); }

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

background-color css

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

 a { background-color: rgb(166,171,14); }

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

border-color css

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

 span { border-color: rgb(166,171,14); }

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