Html Css Color HEX #A34D0F Rich Gold

📋 copy color: '#A34D0F'

red 163 ◦ green 77 ◦ blue 15

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

Shades of Rich Gold #A34D0F

Tints of Rich Gold #A34D0F

RGB

 RED value IS 163 (64.06% from 255) = 63.92%

 GREEN value IS 77 (30.47% from 255) = 30.2%

 BLUE value IS 15 (6.25% from 255) = 5.88%

R = 63.92%
G = 30.2%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A34D0F (or 0xA34D0F) is known color: Rich Gold. HEX triplet: A3, 4D and 0F. RGB value is (163,77,15). Sum of RGB (Red+Green+Blue) = 163+77+15=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34D0F is #5CB2F0. Grayscale: #5F5F5F. Windows color (decimal): -6075121 or 1002915. OLE color: 1002915.

HSL color Cylindrical-coordinate representation of color #A34D0F: hue angle of 25.14º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A34D0F is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 77 15 -
CMYK 0 0.53 0.91 0.36
HSL 25.14º 0.83% 0.35% -
HSV(B) 25.14º 0.91% 0.64% -
XYZ 17.84 13.13 2.05 -
YUV 95.65 82.49 176.04 -
System Red Green Blue C M Y K H S L
Decimal 163 77 15 0 0.53 0.91 0.36 25.14 0.83 0.35
Hex A3 4D F 0 35 5B 24 19 53 23
Octal 243 115 17 0 65 133 44 31 123 43
Binary 10100011 1001101 1111 0 110101 1011011 100100 11001 1010011 100011

Color Harmonies of #A34D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34D0F

Black with #A34D0F

Text Example


Text Example

White with #A34D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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