Html Css Color HEX #A7AD0D Citrus

📋 copy color: '#A7AD0D'

red 167 ◦ green 173 ◦ blue 13

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

Shades of Citrus #A7AD0D

Tints of Citrus #A7AD0D

RGB

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

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

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

R = 47.31%
G = 49.01%
B = 3.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#A7AD0D (or 0xA7AD0D) is known color: Citrus. HEX triplet: A7, AD and 0D. RGB value is (167,173,13). Sum of RGB (Red+Green+Blue) = 167+173+13=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AD0D is #5852F2. Grayscale: #999999. Windows color (decimal): -5788403 or 896423. OLE color: 896423.

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

Color convert

RGB 167 173 13 -
CMYK 0.03 0 0.92 0.32
HSL 62.25º 0.86% 0.36% -
HSV(B) 62.25º 0.92% 0.68% -
XYZ 30.95 38.13 6.11 -
YUV 152.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 167 173 13 0.03 0 0.92 0.32 62.25 0.86 0.36
Hex A7 AD D 3 0 5C 20 3E 56 24
Octal 247 255 15 3 0 134 40 76 126 44
Binary 10100111 10101101 1101 11 0 1011100 100000 111110 1010110 100100

Color Harmonies of #A7AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AD0D

Black with #A7AD0D

Text Example


Text Example

White with #A7AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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