Html Css Color HEX #ABAF44 Brass

📋 copy color: '#ABAF44'

red 171 ◦ green 175 ◦ blue 68

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

Shades of Brass #ABAF44

Tints of Brass #ABAF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.43%

R = 41.3%
G = 42.27%
B = 16.43%

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

#ABAF44 (or 0xABAF44) is known color: Brass. HEX triplet: AB, AF and 44. RGB value is (171,175,68). Sum of RGB (Red+Green+Blue) = 171+175+68=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF44 is #5450BB. Grayscale: #A2A2A2. Windows color (decimal): -5525692 or 4501419. OLE color: 4501419.

HSL color Cylindrical-coordinate representation of color #ABAF44: hue angle of 62.24º degrees, saturation: 0.44, 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 #ABAF44 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 68 -
CMYK 0.02 0 0.61 0.31
HSL 62.24º 0.44% 0.48% -
HSV(B) 62.24º 0.61% 0.69% -
XYZ 33.17 39.74 11.39 -
YUV 161.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 171 175 68 0.02 0 0.61 0.31 62.24 0.44 0.48
Hex AB AF 44 2 0 3D 1F 3E 2C 30
Octal 253 257 104 2 0 75 37 76 54 60
Binary 10101011 10101111 1000100 10 0 111101 11111 111110 101100 110000

Color Harmonies of #ABAF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF44

Black with #ABAF44

Text Example


Text Example

White with #ABAF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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