Html Css Color HEX #A1AD07 Citrus

📋 copy color: '#A1AD07'

red 161 ◦ green 173 ◦ blue 7

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

Shades of Citrus #A1AD07

Tints of Citrus #A1AD07

RGB

 RED value IS 161 (63.28% from 255) = 47.21%

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

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

R = 47.21%
G = 50.73%
B = 2.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#A1AD07 (or 0xA1AD07) is known color: Citrus. HEX triplet: A1, AD and 07. RGB value is (161,173,7). Sum of RGB (Red+Green+Blue) = 161+173+7=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AD07 is #5E52F8. Grayscale: #979797. Windows color (decimal): -6181625 or 503201. OLE color: 503201.

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

Color convert

RGB 161 173 7 -
CMYK 0.07 0 0.96 0.32
HSL 64.34º 0.92% 0.35% -
HSV(B) 64.34º 0.96% 0.68% -
XYZ 29.68 37.48 5.87 -
YUV 150.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 161 173 7 0.07 0 0.96 0.32 64.34 0.92 0.35
Hex A1 AD 7 7 0 60 20 40 5C 23
Octal 241 255 7 7 0 140 40 100 134 43
Binary 10100001 10101101 111 111 0 1100000 100000 1000000 1011100 100011

Color Harmonies of #A1AD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD07

Black with #A1AD07

Text Example


Text Example

White with #A1AD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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