Html Css Color HEX #ABA54B Brass

📋 copy color: '#ABA54B'

red 171 ◦ green 165 ◦ blue 75

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

Shades of Brass #ABA54B

Tints of Brass #ABA54B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.15%

 BLUE value IS 75 (29.69% from 255) = 18.25%

R = 41.61%
G = 40.15%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#ABA54B (or 0xABA54B) is known color: Brass. HEX triplet: AB, A5 and 4B. RGB value is (171,165,75). Sum of RGB (Red+Green+Blue) = 171+165+75=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA54B is #545AB4. Grayscale: #9C9C9C. Windows color (decimal): -5528245 or 4957611. OLE color: 4957611.

HSL color Cylindrical-coordinate representation of color #ABA54B: hue angle of 56.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABA54B is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 165 75 -
CMYK 0 0.04 0.56 0.33
HSL 56.25º 0.39% 0.48% -
HSV(B) 56.25º 0.56% 0.67% -
XYZ 31.52 36.08 11.96 -
YUV 156.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 171 165 75 0 0.04 0.56 0.33 56.25 0.39 0.48
Hex AB A5 4B 0 4 38 21 38 27 30
Octal 253 245 113 0 4 70 41 70 47 60
Binary 10101011 10100101 1001011 0 100 111000 100001 111000 100111 110000

Color Harmonies of #ABA54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA54B

Black with #ABA54B

Text Example


Text Example

White with #ABA54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA54B; }

 p { color: rgb(171,165,75); }

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

background-color css

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

 a { background-color: rgb(171,165,75); }

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

border-color css

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

 span { border-color: rgb(171,165,75); }

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