Html Css Color HEX #A0AB43 Brass

📋 copy color: '#A0AB43'

red 160 ◦ green 171 ◦ blue 67

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

Shades of Brass #A0AB43

Tints of Brass #A0AB43

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.96%

 BLUE value IS 67 (26.56% from 255) = 16.83%

R = 40.2%
G = 42.96%
B = 16.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#A0AB43 (or 0xA0AB43) is known color: Brass. HEX triplet: A0, AB and 43. RGB value is (160,171,67). Sum of RGB (Red+Green+Blue) = 160+171+67=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB43 is #5F54BC. Grayscale: #9C9C9C. Windows color (decimal): -6247613 or 4434848. OLE color: 4434848.

HSL color Cylindrical-coordinate representation of color #A0AB43: hue angle of 66.35º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0AB43 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 171 67 -
CMYK 0.06 0 0.61 0.33
HSL 66.35º 0.44% 0.47% -
HSV(B) 66.35º 0.61% 0.67% -
XYZ 30.07 37 10.87 -
YUV 155.86 77.86 130.96 -
System Red Green Blue C M Y K H S L
Decimal 160 171 67 0.06 0 0.61 0.33 66.35 0.44 0.47
Hex A0 AB 43 6 0 3D 21 42 2C 2F
Octal 240 253 103 6 0 75 41 102 54 57
Binary 10100000 10101011 1000011 110 0 111101 100001 1000010 101100 101111

Color Harmonies of #A0AB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB43

Black with #A0AB43

Text Example


Text Example

White with #A0AB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB43; }

 p { color: rgb(160,171,67); }

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

background-color css

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

 a { background-color: rgb(160,171,67); }

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

border-color css

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

 span { border-color: rgb(160,171,67); }

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