Html Css Color HEX #A34B1E Rich Gold

📋 copy color: '#A34B1E'

red 163 ◦ green 75 ◦ blue 30

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

Shades of Rich Gold #A34B1E

Tints of Rich Gold #A34B1E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

 BLUE value IS 30 (12.11% from 255) = 11.19%

R = 60.82%
G = 27.99%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A34B1E (or 0xA34B1E) is known color: Rich Gold. HEX triplet: A3, 4B and 1E. RGB value is (163,75,30). Sum of RGB (Red+Green+Blue) = 163+75+30=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B1E is #5CB4E1. Grayscale: #606060. Windows color (decimal): -6075618 or 1985443. OLE color: 1985443.

HSL color Cylindrical-coordinate representation of color #A34B1E: hue angle of 20.3º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A34B1E is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 75 30 -
CMYK 0 0.54 0.82 0.36
HSL 20.3º 0.69% 0.38% -
HSV(B) 20.3º 0.82% 0.64% -
XYZ 17.85 12.91 2.78 -
YUV 96.18 90.65 175.66 -
System Red Green Blue C M Y K H S L
Decimal 163 75 30 0 0.54 0.82 0.36 20.3 0.69 0.38
Hex A3 4B 1E 0 36 52 24 14 45 26
Octal 243 113 36 0 66 122 44 24 105 46
Binary 10100011 1001011 11110 0 110110 1010010 100100 10100 1000101 100110

Color Harmonies of #A34B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34B1E

Black with #A34B1E

Text Example


Text Example

White with #A34B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34B1E; }

 p { color: rgb(163,75,30); }

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

background-color css

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

 a { background-color: rgb(163,75,30); }

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

border-color css

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

 span { border-color: rgb(163,75,30); }

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