Html Css Color HEX #ABAF45 Brass

📋 copy color: '#ABAF45'

red 171 ◦ green 175 ◦ blue 69

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

Shades of Brass #ABAF45

Tints of Brass #ABAF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.63%

R = 41.2%
G = 42.17%
B = 16.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#ABAF45 (or 0xABAF45) is known color: Brass. HEX triplet: AB, AF and 45. RGB value is (171,175,69). Sum of RGB (Red+Green+Blue) = 171+175+69=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF45 is #5450BA. Grayscale: #A2A2A2. Windows color (decimal): -5525691 or 4566955. OLE color: 4566955.

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

Color convert

RGB 171 175 69 -
CMYK 0.02 0 0.61 0.31
HSL 62.26º 0.43% 0.48% -
HSV(B) 62.26º 0.61% 0.69% -
XYZ 33.2 39.75 11.55 -
YUV 161.72 75.67 134.62 -
System Red Green Blue C M Y K H S L
Decimal 171 175 69 0.02 0 0.61 0.31 62.26 0.43 0.48
Hex AB AF 45 2 0 3D 1F 3E 2B 30
Octal 253 257 105 2 0 75 37 76 53 60
Binary 10101011 10101111 1000101 10 0 111101 11111 111110 101011 110000

Color Harmonies of #ABAF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF45

Black with #ABAF45

Text Example


Text Example

White with #ABAF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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