Html Css Color HEX #AFA34F Brass

📋 copy color: '#AFA34F'

red 175 ◦ green 163 ◦ blue 79

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

Shades of Brass #AFA34F

Tints of Brass #AFA34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.94%

R = 41.97%
G = 39.09%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AFA34F (or 0xAFA34F) is known color: Brass. HEX triplet: AF, A3 and 4F. RGB value is (175,163,79). Sum of RGB (Red+Green+Blue) = 175+163+79=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA34F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA34F is #505CB0. Grayscale: #9D9D9D. Windows color (decimal): -5266609 or 5219247. OLE color: 5219247.

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

Color convert

RGB 175 163 79 -
CMYK 0 0.07 0.55 0.31
HSL 52.5º 0.38% 0.5% -
HSV(B) 52.5º 0.55% 0.69% -
XYZ 32.19 35.87 12.62 -
YUV 157.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 175 163 79 0 0.07 0.55 0.31 52.5 0.38 0.5
Hex AF A3 4F 0 7 37 1F 34 26 32
Octal 257 243 117 0 7 67 37 64 46 62
Binary 10101111 10100011 1001111 0 111 110111 11111 110100 100110 110010

Color Harmonies of #AFA34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA34F

Black with #AFA34F

Text Example


Text Example

White with #AFA34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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