Html Css Color HEX #ABA74B Brass

📋 copy color: '#ABA74B'

red 171 ◦ green 167 ◦ blue 75

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

Shades of Brass #ABA74B

Tints of Brass #ABA74B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.44%

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

R = 41.4%
G = 40.44%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#ABA74B (or 0xABA74B) is known color: Brass. HEX triplet: AB, A7 and 4B. RGB value is (171,167,75). Sum of RGB (Red+Green+Blue) = 171+167+75=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA74B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA74B is #5458B4. Grayscale: #9E9E9E. Windows color (decimal): -5527733 or 4958123. OLE color: 4958123.

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

Color convert

RGB 171 167 75 -
CMYK 0 0.02 0.56 0.33
HSL 57.5º 0.39% 0.48% -
HSV(B) 57.5º 0.56% 0.67% -
XYZ 31.88 36.8 12.08 -
YUV 157.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 171 167 75 0 0.02 0.56 0.33 57.5 0.39 0.48
Hex AB A7 4B 0 2 38 21 3A 27 30
Octal 253 247 113 0 2 70 41 72 47 60
Binary 10101011 10100111 1001011 0 10 111000 100001 111010 100111 110000

Color Harmonies of #ABA74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA74B

Black with #ABA74B

Text Example


Text Example

White with #ABA74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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