Html Css Color HEX #AFB43A Brass

📋 copy color: '#AFB43A'

red 175 ◦ green 180 ◦ blue 58

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

Shades of Brass #AFB43A

Tints of Brass #AFB43A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.58%

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

R = 42.37%
G = 43.58%
B = 14.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#AFB43A (or 0xAFB43A) is known color: Brass. HEX triplet: AF, B4 and 3A. RGB value is (175,180,58). Sum of RGB (Red+Green+Blue) = 175+180+58=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB43A is #504BC5. Grayscale: #A5A5A5. Windows color (decimal): -5262278 or 3847343. OLE color: 3847343.

HSL color Cylindrical-coordinate representation of color #AFB43A: hue angle of 62.46º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFB43A is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 58 -
CMYK 0.03 0 0.68 0.29
HSL 62.46º 0.51% 0.47% -
HSV(B) 62.46º 0.68% 0.71% -
XYZ 34.76 42.06 10.29 -
YUV 164.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 175 180 58 0.03 0 0.68 0.29 62.46 0.51 0.47
Hex AF B4 3A 3 0 44 1D 3E 33 2F
Octal 257 264 72 3 0 104 35 76 63 57
Binary 10101111 10110100 111010 11 0 1000100 11101 111110 110011 101111

Color Harmonies of #AFB43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB43A

Black with #AFB43A

Text Example


Text Example

White with #AFB43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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