Html Css Color HEX #A6AD0B Citrus

📋 copy color: '#A6AD0B'

red 166 ◦ green 173 ◦ blue 11

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

Shades of Citrus #A6AD0B

Tints of Citrus #A6AD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.14%

R = 47.43%
G = 49.43%
B = 3.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#A6AD0B (or 0xA6AD0B) is known color: Citrus. HEX triplet: A6, AD and 0B. RGB value is (166,173,11). Sum of RGB (Red+Green+Blue) = 166+173+11=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AD0B is #5952F4. Grayscale: #999999. Windows color (decimal): -5853941 or 765350. OLE color: 765350.

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

Color convert

RGB 166 173 11 -
CMYK 0.04 0 0.94 0.32
HSL 62.59º 0.88% 0.36% -
HSV(B) 62.59º 0.94% 0.68% -
XYZ 30.73 38.02 6.04 -
YUV 152.44 48.18 137.67 -
System Red Green Blue C M Y K H S L
Decimal 166 173 11 0.04 0 0.94 0.32 62.59 0.88 0.36
Hex A6 AD B 4 0 5E 20 3F 58 24
Octal 246 255 13 4 0 136 40 77 130 44
Binary 10100110 10101101 1011 100 0 1011110 100000 111111 1011000 100100

Color Harmonies of #A6AD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD0B

Black with #A6AD0B

Text Example


Text Example

White with #A6AD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD0B; }

 p { color: rgb(166,173,11); }

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

background-color css

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

 a { background-color: rgb(166,173,11); }

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

border-color css

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

 span { border-color: rgb(166,173,11); }

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