Html Css Color HEX #A8AF34 Brass

📋 copy color: '#A8AF34'

red 168 ◦ green 175 ◦ blue 52

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

Shades of Brass #A8AF34

Tints of Brass #A8AF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.16%

R = 42.53%
G = 44.3%
B = 13.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#A8AF34 (or 0xA8AF34) is known color: Brass. HEX triplet: A8, AF and 34. RGB value is (168,175,52). Sum of RGB (Red+Green+Blue) = 168+175+52=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AF34 is #5750CB. Grayscale: #9F9F9F. Windows color (decimal): -5722316 or 3452840. OLE color: 3452840.

HSL color Cylindrical-coordinate representation of color #A8AF34: hue angle of 63.41º 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 #A8AF34 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 175 52 -
CMYK 0.04 0 0.70 0.31
HSL 63.41º 0.54% 0.45% -
HSV(B) 63.41º 0.7% 0.69% -
XYZ 32.1 39.23 9.13 -
YUV 158.89 67.68 134.5 -
System Red Green Blue C M Y K H S L
Decimal 168 175 52 0.04 0 0.70 0.31 63.41 0.54 0.45
Hex A8 AF 34 4 0 46 1F 3F 36 2D
Octal 250 257 64 4 0 106 37 77 66 55
Binary 10101000 10101111 110100 100 0 1000110 11111 111111 110110 101101

Color Harmonies of #A8AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF34

Black with #A8AF34

Text Example


Text Example

White with #A8AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF34; }

 p { color: rgb(168,175,52); }

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

background-color css

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

 a { background-color: rgb(168,175,52); }

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

border-color css

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

 span { border-color: rgb(168,175,52); }

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