Html Css Color HEX #AFA23A Brass

📋 copy color: '#AFA23A'

red 175 ◦ green 162 ◦ blue 58

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

Shades of Brass #AFA23A

Tints of Brass #AFA23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 44.3%
G = 41.01%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AFA23A (or 0xAFA23A) is known color: Brass. HEX triplet: AF, A2 and 3A. RGB value is (175,162,58). Sum of RGB (Red+Green+Blue) = 175+162+58=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA23A is #505DC5. Grayscale: #9A9A9A. Windows color (decimal): -5266886 or 3842735. OLE color: 3842735.

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

Color convert

RGB 175 162 58 -
CMYK 0 0.07 0.67 0.31
HSL 53.33º 0.5% 0.46% -
HSV(B) 53.33º 0.67% 0.69% -
XYZ 31.36 35.26 9.16 -
YUV 154.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 175 162 58 0 0.07 0.67 0.31 53.33 0.5 0.46
Hex AF A2 3A 0 7 43 1F 35 32 2E
Octal 257 242 72 0 7 103 37 65 62 56
Binary 10101111 10100010 111010 0 111 1000011 11111 110101 110010 101110

Color Harmonies of #AFA23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA23A

Black with #AFA23A

Text Example


Text Example

White with #AFA23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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