Html Css Color HEX #A4AD07 Citrus

📋 copy color: '#A4AD07'

red 164 ◦ green 173 ◦ blue 7

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

Shades of Citrus #A4AD07

Tints of Citrus #A4AD07

RGB

 RED value IS 164 (64.45% from 255) = 47.67%

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

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

R = 47.67%
G = 50.29%
B = 2.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#A4AD07 (or 0xA4AD07) is known color: Citrus. HEX triplet: A4, AD and 07. RGB value is (164,173,7). Sum of RGB (Red+Green+Blue) = 164+173+7=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AD07 is #5B52F8. Grayscale: #989898. Windows color (decimal): -5985017 or 503204. OLE color: 503204.

HSL color Cylindrical-coordinate representation of color #A4AD07: hue angle of 63.25º 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 #A4AD07 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 173 7 -
CMYK 0.05 0 0.96 0.32
HSL 63.25º 0.92% 0.35% -
HSV(B) 63.25º 0.96% 0.68% -
XYZ 30.29 37.79 5.9 -
YUV 151.39 46.52 137 -
System Red Green Blue C M Y K H S L
Decimal 164 173 7 0.05 0 0.96 0.32 63.25 0.92 0.35
Hex A4 AD 7 5 0 60 20 3F 5C 23
Octal 244 255 7 5 0 140 40 77 134 43
Binary 10100100 10101101 111 101 0 1100000 100000 111111 1011100 100011

Color Harmonies of #A4AD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD07

Black with #A4AD07

Text Example


Text Example

White with #A4AD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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