Html Css Color HEX #ABAC4B Brass

📋 copy color: '#ABAC4B'

red 171 ◦ green 172 ◦ blue 75

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

Shades of Brass #ABAC4B

Tints of Brass #ABAC4B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.15%

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

R = 40.91%
G = 41.15%
B = 17.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#ABAC4B (or 0xABAC4B) is known color: Brass. HEX triplet: AB, AC and 4B. RGB value is (171,172,75). Sum of RGB (Red+Green+Blue) = 171+172+75=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC4B is #5453B4. Grayscale: #A1A1A1. Windows color (decimal): -5526453 or 4959403. OLE color: 4959403.

HSL color Cylindrical-coordinate representation of color #ABAC4B: hue angle of 60.62º 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 #ABAC4B is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 172 75 -
CMYK 0.01 0 0.56 0.33
HSL 60.62º 0.39% 0.48% -
HSV(B) 60.62º 0.56% 0.67% -
XYZ 32.82 38.67 12.39 -
YUV 160.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 171 172 75 0.01 0 0.56 0.33 60.62 0.39 0.48
Hex AB AC 4B 1 0 38 21 3D 27 30
Octal 253 254 113 1 0 70 41 75 47 60
Binary 10101011 10101100 1001011 1 0 111000 100001 111101 100111 110000

Color Harmonies of #ABAC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC4B

Black with #ABAC4B

Text Example


Text Example

White with #ABAC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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