Html Css Color HEX #AFA23E Brass

📋 copy color: '#AFA23E'

red 175 ◦ green 162 ◦ blue 62

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

Shades of Brass #AFA23E

Tints of Brass #AFA23E

RGB

 RED value IS 175 (68.75% from 255) = 43.86%

 GREEN value IS 162 (63.67% from 255) = 40.6%

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

R = 43.86%
G = 40.6%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AFA23E (or 0xAFA23E) is known color: Brass. HEX triplet: AF, A2 and 3E. RGB value is (175,162,62). Sum of RGB (Red+Green+Blue) = 175+162+62=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA23E is #505DC1. Grayscale: #9A9A9A. Windows color (decimal): -5266882 or 4104879. OLE color: 4104879.

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

Color convert

RGB 175 162 62 -
CMYK 0 0.07 0.65 0.31
HSL 53.1º 0.48% 0.46% -
HSV(B) 53.1º 0.65% 0.69% -
XYZ 31.47 35.3 9.71 -
YUV 154.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 175 162 62 0 0.07 0.65 0.31 53.1 0.48 0.46
Hex AF A2 3E 0 7 41 1F 35 30 2E
Octal 257 242 76 0 7 101 37 65 60 56
Binary 10101111 10100010 111110 0 111 1000001 11111 110101 110000 101110

Color Harmonies of #AFA23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA23E

Black with #AFA23E

Text Example


Text Example

White with #AFA23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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