Html Css Color HEX #A6AB0D Citrus

📋 copy color: '#A6AB0D'

red 166 ◦ green 171 ◦ blue 13

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

Shades of Citrus #A6AB0D

Tints of Citrus #A6AB0D

RGB

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

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

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

R = 47.43%
G = 48.86%
B = 3.71%

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

#A6AB0D (or 0xA6AB0D) is known color: Citrus. HEX triplet: A6, AB and 0D. RGB value is (166,171,13). Sum of RGB (Red+Green+Blue) = 166+171+13=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AB0D is #5954F2. Grayscale: #989898. Windows color (decimal): -5854451 or 895910. OLE color: 895910.

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

Color convert

RGB 166 171 13 -
CMYK 0.03 0 0.92 0.33
HSL 61.9º 0.86% 0.36% -
HSV(B) 61.9º 0.92% 0.67% -
XYZ 30.36 37.26 5.97 -
YUV 151.49 49.84 138.35 -
System Red Green Blue C M Y K H S L
Decimal 166 171 13 0.03 0 0.92 0.33 61.9 0.86 0.36
Hex A6 AB D 3 0 5C 21 3E 56 24
Octal 246 253 15 3 0 134 41 76 126 44
Binary 10100110 10101011 1101 11 0 1011100 100001 111110 1010110 100100

Color Harmonies of #A6AB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AB0D

Black with #A6AB0D

Text Example


Text Example

White with #A6AB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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