Html Css Color HEX #AFA34D Brass

📋 copy color: '#AFA34D'

red 175 ◦ green 163 ◦ blue 77

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

Shades of Brass #AFA34D

Tints of Brass #AFA34D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

 BLUE value IS 77 (30.47% from 255) = 18.55%

R = 42.17%
G = 39.28%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AFA34D (or 0xAFA34D) is known color: Brass. HEX triplet: AF, A3 and 4D. RGB value is (175,163,77). Sum of RGB (Red+Green+Blue) = 175+163+77=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA34D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA34D is #505CB2. Grayscale: #9D9D9D. Windows color (decimal): -5266611 or 5088175. OLE color: 5088175.

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

Color convert

RGB 175 163 77 -
CMYK 0 0.07 0.56 0.31
HSL 52.65º 0.39% 0.49% -
HSV(B) 52.65º 0.56% 0.69% -
XYZ 32.12 35.84 12.25 -
YUV 156.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 175 163 77 0 0.07 0.56 0.31 52.65 0.39 0.49
Hex AF A3 4D 0 7 38 1F 35 27 31
Octal 257 243 115 0 7 70 37 65 47 61
Binary 10101111 10100011 1001101 0 111 111000 11111 110101 100111 110001

Color Harmonies of #AFA34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA34D

Black with #AFA34D

Text Example


Text Example

White with #AFA34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA34D; }

 p { color: rgb(175,163,77); }

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

background-color css

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

 a { background-color: rgb(175,163,77); }

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

border-color css

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

 span { border-color: rgb(175,163,77); }

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