Html Css Color HEX #AFB13A Brass

📋 copy color: '#AFB13A'

red 175 ◦ green 177 ◦ blue 58

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

Shades of Brass #AFB13A

Tints of Brass #AFB13A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.17%

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

R = 42.68%
G = 43.17%
B = 14.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AFB13A (or 0xAFB13A) is known color: Brass. HEX triplet: AF, B1 and 3A. RGB value is (175,177,58). Sum of RGB (Red+Green+Blue) = 175+177+58=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB13A is #504EC5. Grayscale: #A3A3A3. Windows color (decimal): -5263046 or 3846575. OLE color: 3846575.

HSL color Cylindrical-coordinate representation of color #AFB13A: hue angle of 61.01º degrees, saturation: 0.51, 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 #AFB13A is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 177 58 -
CMYK 0.01 0 0.67 0.31
HSL 61.01º 0.51% 0.46% -
HSV(B) 61.01º 0.67% 0.69% -
XYZ 34.17 40.86 10.09 -
YUV 162.84 68.84 136.68 -
System Red Green Blue C M Y K H S L
Decimal 175 177 58 0.01 0 0.67 0.31 61.01 0.51 0.46
Hex AF B1 3A 1 0 43 1F 3D 33 2E
Octal 257 261 72 1 0 103 37 75 63 56
Binary 10101111 10110001 111010 1 0 1000011 11111 111101 110011 101110

Color Harmonies of #AFB13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB13A

Black with #AFB13A

Text Example


Text Example

White with #AFB13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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