Html Css Color HEX #ABA34F Brass

📋 copy color: '#ABA34F'

red 171 ◦ green 163 ◦ blue 79

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

Shades of Brass #ABA34F

Tints of Brass #ABA34F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.47%

 BLUE value IS 79 (31.25% from 255) = 19.13%

R = 41.4%
G = 39.47%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#ABA34F (or 0xABA34F) is known color: Brass. HEX triplet: AB, A3 and 4F. RGB value is (171,163,79). Sum of RGB (Red+Green+Blue) = 171+163+79=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA34F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA34F is #545CB0. Grayscale: #9C9C9C. Windows color (decimal): -5528753 or 5219243. OLE color: 5219243.

HSL color Cylindrical-coordinate representation of color #ABA34F: hue angle of 54.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABA34F is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 163 79 -
CMYK 0 0.05 0.54 0.33
HSL 54.78º 0.37% 0.49% -
HSV(B) 54.78º 0.54% 0.67% -
XYZ 31.3 35.42 12.58 -
YUV 155.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 171 163 79 0 0.05 0.54 0.33 54.78 0.37 0.49
Hex AB A3 4F 0 5 36 21 37 25 31
Octal 253 243 117 0 5 66 41 67 45 61
Binary 10101011 10100011 1001111 0 101 110110 100001 110111 100101 110001

Color Harmonies of #ABA34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA34F

Black with #ABA34F

Text Example


Text Example

White with #ABA34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA34F; }

 p { color: rgb(171,163,79); }

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

background-color css

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

 a { background-color: rgb(171,163,79); }

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

border-color css

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

 span { border-color: rgb(171,163,79); }

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