Html Css Color HEX #ABA735 Brass

📋 copy color: '#ABA735'

red 171 ◦ green 167 ◦ blue 53

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

Shades of Brass #ABA735

Tints of Brass #ABA735

RGB

 RED value IS 171 (67.19% from 255) = 43.73%

 GREEN value IS 167 (65.63% from 255) = 42.71%

 BLUE value IS 53 (21.09% from 255) = 13.55%

R = 43.73%
G = 42.71%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#ABA735 (or 0xABA735) is known color: Brass. HEX triplet: AB, A7 and 35. RGB value is (171,167,53). Sum of RGB (Red+Green+Blue) = 171+167+53=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA735 is #5458CA. Grayscale: #9B9B9B. Windows color (decimal): -5527755 or 3516331. OLE color: 3516331.

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

Color convert

RGB 171 167 53 -
CMYK 0 0.02 0.69 0.33
HSL 57.97º 0.53% 0.44% -
HSV(B) 57.97º 0.69% 0.67% -
XYZ 31.26 36.55 8.78 -
YUV 155.2 70.33 139.27 -
System Red Green Blue C M Y K H S L
Decimal 171 167 53 0 0.02 0.69 0.33 57.97 0.53 0.44
Hex AB A7 35 0 2 45 21 3A 35 2C
Octal 253 247 65 0 2 105 41 72 65 54
Binary 10101011 10100111 110101 0 10 1000101 100001 111010 110101 101100

Color Harmonies of #ABA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA735

Black with #ABA735

Text Example


Text Example

White with #ABA735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA735; }

 p { color: rgb(171,167,53); }

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

background-color css

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

 a { background-color: rgb(171,167,53); }

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

border-color css

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

 span { border-color: rgb(171,167,53); }

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