Html Css Color HEX #A5AD06 Citrus

📋 copy color: '#A5AD06'

red 165 ◦ green 173 ◦ blue 6

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

Shades of Citrus #A5AD06

Tints of Citrus #A5AD06

RGB

 RED value IS 165 (64.84% from 255) = 47.97%

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

 BLUE value IS 6 (2.73% from 255) = 1.74%

R = 47.97%
G = 50.29%
B = 1.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#A5AD06 (or 0xA5AD06) is known color: Citrus. HEX triplet: A5, AD and 06. RGB value is (165,173,6). Sum of RGB (Red+Green+Blue) = 165+173+6=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AD06 is #5A52F9. Grayscale: #989898. Windows color (decimal): -5919482 or 437669. OLE color: 437669.

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

Color convert

RGB 165 173 6 -
CMYK 0.05 0 0.97 0.32
HSL 62.87º 0.93% 0.35% -
HSV(B) 62.87º 0.97% 0.68% -
XYZ 30.49 37.9 5.88 -
YUV 151.57 45.85 137.58 -
System Red Green Blue C M Y K H S L
Decimal 165 173 6 0.05 0 0.97 0.32 62.87 0.93 0.35
Hex A5 AD 6 5 0 61 20 3F 5D 23
Octal 245 255 6 5 0 141 40 77 135 43
Binary 10100101 10101101 110 101 0 1100001 100000 111111 1011101 100011

Color Harmonies of #A5AD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD06

Black with #A5AD06

Text Example


Text Example

White with #A5AD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD06; }

 p { color: rgb(165,173,6); }

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

background-color css

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

 a { background-color: rgb(165,173,6); }

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

border-color css

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

 span { border-color: rgb(165,173,6); }

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