Html Css Color HEX #A0A308 Citrus

📋 copy color: '#A0A308'

red 160 ◦ green 163 ◦ blue 8

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

Shades of Citrus #A0A308

Tints of Citrus #A0A308

RGB

 RED value IS 160 (62.89% from 255) = 48.34%

 GREEN value IS 163 (64.06% from 255) = 49.24%

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

R = 48.34%
G = 49.24%
B = 2.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A0A308 (or 0xA0A308) is known color: Citrus. HEX triplet: A0, A3 and 08. RGB value is (160,163,8). Sum of RGB (Red+Green+Blue) = 160+163+8=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A308 is #5F5CF7. Grayscale: #919191. Windows color (decimal): -6249720 or 566176. OLE color: 566176.

HSL color Cylindrical-coordinate representation of color #A0A308: hue angle of 61.16º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0A308 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 163 8 -
CMYK 0.02 0 0.95 0.36
HSL 61.16º 0.91% 0.34% -
HSV(B) 61.16º 0.95% 0.64% -
XYZ 27.64 33.69 5.27 -
YUV 144.43 51.01 139.1 -
System Red Green Blue C M Y K H S L
Decimal 160 163 8 0.02 0 0.95 0.36 61.16 0.91 0.34
Hex A0 A3 8 2 0 5F 24 3D 5B 22
Octal 240 243 10 2 0 137 44 75 133 42
Binary 10100000 10100011 1000 10 0 1011111 100100 111101 1011011 100010

Color Harmonies of #A0A308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A308

Black with #A0A308

Text Example


Text Example

White with #A0A308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A308; }

 p { color: rgb(160,163,8); }

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

background-color css

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

 a { background-color: rgb(160,163,8); }

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

border-color css

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

 span { border-color: rgb(160,163,8); }

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