Html Css Color HEX #A6AD07 Citrus

📋 copy color: '#A6AD07'

red 166 ◦ green 173 ◦ blue 7

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

Shades of Citrus #A6AD07

Tints of Citrus #A6AD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 47.98%
G = 50%
B = 2.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#A6AD07 (or 0xA6AD07) is known color: Citrus. HEX triplet: A6, AD and 07. RGB value is (166,173,7). Sum of RGB (Red+Green+Blue) = 166+173+7=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AD07 is #5952F8. Grayscale: #989898. Windows color (decimal): -5853945 or 503206. OLE color: 503206.

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

Color convert

RGB 166 173 7 -
CMYK 0.04 0 0.96 0.32
HSL 62.53º 0.92% 0.35% -
HSV(B) 62.53º 0.96% 0.68% -
XYZ 30.71 38.01 5.92 -
YUV 151.98 46.18 138 -
System Red Green Blue C M Y K H S L
Decimal 166 173 7 0.04 0 0.96 0.32 62.53 0.92 0.35
Hex A6 AD 7 4 0 60 20 3F 5C 23
Octal 246 255 7 4 0 140 40 77 134 43
Binary 10100110 10101101 111 100 0 1100000 100000 111111 1011100 100011

Color Harmonies of #A6AD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD07

Black with #A6AD07

Text Example


Text Example

White with #A6AD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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