Html Css Color HEX #A8AF3E Brass

📋 copy color: '#A8AF3E'

red 168 ◦ green 175 ◦ blue 62

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

Shades of Brass #A8AF3E

Tints of Brass #A8AF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.31%

R = 41.48%
G = 43.21%
B = 15.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#A8AF3E (or 0xA8AF3E) is known color: Brass. HEX triplet: A8, AF and 3E. RGB value is (168,175,62). Sum of RGB (Red+Green+Blue) = 168+175+62=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AF3E is #5750C1. Grayscale: #A0A0A0. Windows color (decimal): -5722306 or 4108200. OLE color: 4108200.

HSL color Cylindrical-coordinate representation of color #A8AF3E: hue angle of 63.72º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8AF3E is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 175 62 -
CMYK 0.04 0 0.65 0.31
HSL 63.72º 0.48% 0.46% -
HSV(B) 63.72º 0.65% 0.69% -
XYZ 32.35 39.33 10.44 -
YUV 160.03 72.68 133.69 -
System Red Green Blue C M Y K H S L
Decimal 168 175 62 0.04 0 0.65 0.31 63.72 0.48 0.46
Hex A8 AF 3E 4 0 41 1F 40 30 2E
Octal 250 257 76 4 0 101 37 100 60 56
Binary 10101000 10101111 111110 100 0 1000001 11111 1000000 110000 101110

Color Harmonies of #A8AF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF3E

Black with #A8AF3E

Text Example


Text Example

White with #A8AF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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