Html Css Color HEX #ABA73D Brass

📋 copy color: '#ABA73D'

red 171 ◦ green 167 ◦ blue 61

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

Shades of Brass #ABA73D

Tints of Brass #ABA73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.29%

R = 42.86%
G = 41.85%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#ABA73D (or 0xABA73D) is known color: Brass. HEX triplet: AB, A7 and 3D. RGB value is (171,167,61). Sum of RGB (Red+Green+Blue) = 171+167+61=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA73D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA73D is #5458C2. Grayscale: #9C9C9C. Windows color (decimal): -5527747 or 4040619. OLE color: 4040619.

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

Color convert

RGB 171 167 61 -
CMYK 0 0.02 0.64 0.33
HSL 57.82º 0.47% 0.45% -
HSV(B) 57.82º 0.64% 0.67% -
XYZ 31.46 36.63 9.83 -
YUV 156.11 74.33 138.62 -
System Red Green Blue C M Y K H S L
Decimal 171 167 61 0 0.02 0.64 0.33 57.82 0.47 0.45
Hex AB A7 3D 0 2 40 21 3A 2F 2D
Octal 253 247 75 0 2 100 41 72 57 55
Binary 10101011 10100111 111101 0 10 1000000 100001 111010 101111 101101

Color Harmonies of #ABA73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA73D

Black with #ABA73D

Text Example


Text Example

White with #ABA73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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