Html Css Color HEX #A7AD13 Citrus

📋 copy color: '#A7AD13'

red 167 ◦ green 173 ◦ blue 19

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

Shades of Citrus #A7AD13

Tints of Citrus #A7AD13

RGB

 RED value IS 167 (65.63% from 255) = 46.52%

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

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 46.52%
G = 48.19%
B = 5.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#A7AD13 (or 0xA7AD13) is known color: Citrus. HEX triplet: A7, AD and 13. RGB value is (167,173,19). Sum of RGB (Red+Green+Blue) = 167+173+19=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AD13 is #5852EC. Grayscale: #9A9A9A. Windows color (decimal): -5788397 or 1289639. OLE color: 1289639.

HSL color Cylindrical-coordinate representation of color #A7AD13: hue angle of 62.34º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7AD13 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 173 19 -
CMYK 0.03 0 0.89 0.32
HSL 62.34º 0.8% 0.38% -
HSV(B) 62.34º 0.89% 0.68% -
XYZ 31 38.15 6.35 -
YUV 153.65 52.01 137.52 -
System Red Green Blue C M Y K H S L
Decimal 167 173 19 0.03 0 0.89 0.32 62.34 0.8 0.38
Hex A7 AD 13 3 0 59 20 3E 50 26
Octal 247 255 23 3 0 131 40 76 120 46
Binary 10100111 10101101 10011 11 0 1011001 100000 111110 1010000 100110

Color Harmonies of #A7AD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AD13

Black with #A7AD13

Text Example


Text Example

White with #A7AD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AD13; }

 p { color: rgb(167,173,19); }

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

background-color css

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

 a { background-color: rgb(167,173,19); }

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

border-color css

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

 span { border-color: rgb(167,173,19); }

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