Html Css Color HEX #A3913B Reef Gold

📋 copy color: '#A3913B'

red 163 ◦ green 145 ◦ blue 59

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

Shades of Reef Gold #A3913B

Tints of Reef Gold #A3913B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.51%

 BLUE value IS 59 (23.44% from 255) = 16.08%

R = 44.41%
G = 39.51%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3913B (or 0xA3913B) is known color: Reef Gold. HEX triplet: A3, 91 and 3B. RGB value is (163,145,59). Sum of RGB (Red+Green+Blue) = 163+145+59=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A3913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3913B is #5C6EC4. Grayscale: #8C8C8C. Windows color (decimal): -6057669 or 3903907. OLE color: 3903907.

HSL color Cylindrical-coordinate representation of color #A3913B: hue angle of 49.62º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3913B is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 145 59 -
CMYK 0 0.11 0.64 0.36
HSL 49.62º 0.47% 0.44% -
HSV(B) 49.62º 0.64% 0.64% -
XYZ 26.02 28.35 8.24 -
YUV 140.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 163 145 59 0 0.11 0.64 0.36 49.62 0.47 0.44
Hex A3 91 3B 0 B 40 24 32 2F 2C
Octal 243 221 73 0 13 100 44 62 57 54
Binary 10100011 10010001 111011 0 1011 1000000 100100 110010 101111 101100

Color Harmonies of #A3913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3913B

Black with #A3913B

Text Example


Text Example

White with #A3913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3913B; }

 p { color: rgb(163,145,59); }

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

background-color css

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

 a { background-color: rgb(163,145,59); }

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

border-color css

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

 span { border-color: rgb(163,145,59); }

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