Html Css Color HEX #ABA738 Brass

📋 copy color: '#ABA738'

red 171 ◦ green 167 ◦ blue 56

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

Shades of Brass #ABA738

Tints of Brass #ABA738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.21%

R = 43.4%
G = 42.39%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#ABA738 (or 0xABA738) is known color: Brass. HEX triplet: AB, A7 and 38. RGB value is (171,167,56). Sum of RGB (Red+Green+Blue) = 171+167+56=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA738 is #5458C7. Grayscale: #9B9B9B. Windows color (decimal): -5527752 or 3712939. OLE color: 3712939.

HSL color Cylindrical-coordinate representation of color #ABA738: hue angle of 57.91º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABA738 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 167 56 -
CMYK 0 0.02 0.67 0.33
HSL 57.91º 0.51% 0.45% -
HSV(B) 57.91º 0.67% 0.67% -
XYZ 31.33 36.58 9.15 -
YUV 155.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 171 167 56 0 0.02 0.67 0.33 57.91 0.51 0.45
Hex AB A7 38 0 2 43 21 3A 33 2D
Octal 253 247 70 0 2 103 41 72 63 55
Binary 10101011 10100111 111000 0 10 1000011 100001 111010 110011 101101

Color Harmonies of #ABA738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA738

Black with #ABA738

Text Example


Text Example

White with #ABA738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA738; }

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

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

background-color css

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

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

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

border-color css

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

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

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