Html Css Color HEX #ABAF43 Brass

📋 copy color: '#ABAF43'

red 171 ◦ green 175 ◦ blue 67

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

Shades of Brass #ABAF43

Tints of Brass #ABAF43

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.37%

 BLUE value IS 67 (26.56% from 255) = 16.22%

R = 41.4%
G = 42.37%
B = 16.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#ABAF43 (or 0xABAF43) is known color: Brass. HEX triplet: AB, AF and 43. RGB value is (171,175,67). Sum of RGB (Red+Green+Blue) = 171+175+67=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF43 is #5450BC. Grayscale: #A1A1A1. Windows color (decimal): -5525693 or 4435883. OLE color: 4435883.

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

Color convert

RGB 171 175 67 -
CMYK 0.02 0 0.62 0.31
HSL 62.22º 0.45% 0.47% -
HSV(B) 62.22º 0.62% 0.69% -
XYZ 33.14 39.72 11.23 -
YUV 161.49 74.67 134.78 -
System Red Green Blue C M Y K H S L
Decimal 171 175 67 0.02 0 0.62 0.31 62.22 0.45 0.47
Hex AB AF 43 2 0 3E 1F 3E 2D 2F
Octal 253 257 103 2 0 76 37 76 55 57
Binary 10101011 10101111 1000011 10 0 111110 11111 111110 101101 101111

Color Harmonies of #ABAF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF43

Black with #ABAF43

Text Example


Text Example

White with #ABAF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF43; }

 p { color: rgb(171,175,67); }

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

background-color css

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

 a { background-color: rgb(171,175,67); }

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

border-color css

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

 span { border-color: rgb(171,175,67); }

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