Html Css Color HEX #A8B035 Brass

📋 copy color: '#A8B035'

red 168 ◦ green 176 ◦ blue 53

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

Shades of Brass #A8B035

Tints of Brass #A8B035

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.33%

 BLUE value IS 53 (21.09% from 255) = 13.35%

R = 42.32%
G = 44.33%
B = 13.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#A8B035 (or 0xA8B035) is known color: Brass. HEX triplet: A8, B0 and 35. RGB value is (168,176,53). Sum of RGB (Red+Green+Blue) = 168+176+53=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B035 is #574FCA. Grayscale: #A0A0A0. Windows color (decimal): -5722059 or 3518632. OLE color: 3518632.

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

Color convert

RGB 168 176 53 -
CMYK 0.05 0 0.70 0.31
HSL 63.9º 0.54% 0.45% -
HSV(B) 63.9º 0.7% 0.69% -
XYZ 32.32 39.63 9.31 -
YUV 159.59 67.85 134 -
System Red Green Blue C M Y K H S L
Decimal 168 176 53 0.05 0 0.70 0.31 63.9 0.54 0.45
Hex A8 B0 35 5 0 46 1F 40 36 2D
Octal 250 260 65 5 0 106 37 100 66 55
Binary 10101000 10110000 110101 101 0 1000110 11111 1000000 110110 101101

Color Harmonies of #A8B035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B035

Black with #A8B035

Text Example


Text Example

White with #A8B035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B035; }

 p { color: rgb(168,176,53); }

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

background-color css

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

 a { background-color: rgb(168,176,53); }

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

border-color css

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

 span { border-color: rgb(168,176,53); }

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