Html Css Color HEX #A8B136 Brass

📋 copy color: '#A8B136'

red 168 ◦ green 177 ◦ blue 54

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

Shades of Brass #A8B136

Tints of Brass #A8B136

RGB

 RED value IS 168 (66.02% from 255) = 42.11%

 GREEN value IS 177 (69.53% from 255) = 44.36%

 BLUE value IS 54 (21.48% from 255) = 13.53%

R = 42.11%
G = 44.36%
B = 13.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#A8B136 (or 0xA8B136) is known color: Brass. HEX triplet: A8, B1 and 36. RGB value is (168,177,54). Sum of RGB (Red+Green+Blue) = 168+177+54=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B136 is #574EC9. Grayscale: #A0A0A0. Windows color (decimal): -5721802 or 3584424. OLE color: 3584424.

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

Color convert

RGB 168 177 54 -
CMYK 0.05 0 0.69 0.31
HSL 64.39º 0.53% 0.45% -
HSV(B) 64.39º 0.69% 0.69% -
XYZ 32.54 40.04 9.5 -
YUV 160.29 68.02 133.5 -
System Red Green Blue C M Y K H S L
Decimal 168 177 54 0.05 0 0.69 0.31 64.39 0.53 0.45
Hex A8 B1 36 5 0 45 1F 40 35 2D
Octal 250 261 66 5 0 105 37 100 65 55
Binary 10101000 10110001 110110 101 0 1000101 11111 1000000 110101 101101

Color Harmonies of #A8B136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B136

Black with #A8B136

Text Example


Text Example

White with #A8B136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B136; }

 p { color: rgb(168,177,54); }

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

background-color css

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

 a { background-color: rgb(168,177,54); }

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

border-color css

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

 span { border-color: rgb(168,177,54); }

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