Html Css Color HEX #A34B23 Rich Gold

📋 copy color: '#A34B23'

red 163 ◦ green 75 ◦ blue 35

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

Shades of Rich Gold #A34B23

Tints of Rich Gold #A34B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.82%

R = 59.71%
G = 27.47%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A34B23 (or 0xA34B23) is known color: Rich Gold. HEX triplet: A3, 4B and 23. RGB value is (163,75,35). Sum of RGB (Red+Green+Blue) = 163+75+35=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B23 is #5CB4DC. Grayscale: #616161. Windows color (decimal): -6075613 or 2313123. OLE color: 2313123.

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

Color convert

RGB 163 75 35 -
CMYK 0 0.54 0.79 0.36
HSL 18.75º 0.65% 0.39% -
HSV(B) 18.75º 0.79% 0.64% -
XYZ 17.92 12.94 3.14 -
YUV 96.75 93.15 175.25 -
System Red Green Blue C M Y K H S L
Decimal 163 75 35 0 0.54 0.79 0.36 18.75 0.65 0.39
Hex A3 4B 23 0 36 4F 24 13 41 27
Octal 243 113 43 0 66 117 44 23 101 47
Binary 10100011 1001011 100011 0 110110 1001111 100100 10011 1000001 100111

Color Harmonies of #A34B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34B23

Black with #A34B23

Text Example


Text Example

White with #A34B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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