Html Css Color HEX #A7AD08 Citrus

📋 copy color: '#A7AD08'

red 167 ◦ green 173 ◦ blue 8

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

Shades of Citrus #A7AD08

Tints of Citrus #A7AD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.3%

R = 47.99%
G = 49.71%
B = 2.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#A7AD08 (or 0xA7AD08) is known color: Citrus. HEX triplet: A7, AD and 08. RGB value is (167,173,8). Sum of RGB (Red+Green+Blue) = 167+173+8=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AD08 is #5852F7. Grayscale: #999999. Windows color (decimal): -5788408 or 568743. OLE color: 568743.

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

Color convert

RGB 167 173 8 -
CMYK 0.03 0 0.95 0.32
HSL 62.18º 0.91% 0.35% -
HSV(B) 62.18º 0.95% 0.68% -
XYZ 30.92 38.12 5.96 -
YUV 152.4 46.51 138.42 -
System Red Green Blue C M Y K H S L
Decimal 167 173 8 0.03 0 0.95 0.32 62.18 0.91 0.35
Hex A7 AD 8 3 0 5F 20 3E 5B 23
Octal 247 255 10 3 0 137 40 76 133 43
Binary 10100111 10101101 1000 11 0 1011111 100000 111110 1011011 100011

Color Harmonies of #A7AD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AD08

Black with #A7AD08

Text Example


Text Example

White with #A7AD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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