Html Css Color HEX #A3912F Reef Gold

📋 copy color: '#A3912F'

red 163 ◦ green 145 ◦ blue 47

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

Shades of Reef Gold #A3912F

Tints of Reef Gold #A3912F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 45.92%
G = 40.85%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A3912F (or 0xA3912F) is known color: Reef Gold. HEX triplet: A3, 91 and 2F. RGB value is (163,145,47). Sum of RGB (Red+Green+Blue) = 163+145+47=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3912F is #5C6ED0. Grayscale: #8B8B8B. Windows color (decimal): -6057681 or 3117475. OLE color: 3117475.

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

Color convert

RGB 163 145 47 -
CMYK 0 0.11 0.71 0.36
HSL 50.69º 0.55% 0.41% -
HSV(B) 50.69º 0.71% 0.64% -
XYZ 25.74 28.24 6.78 -
YUV 139.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 163 145 47 0 0.11 0.71 0.36 50.69 0.55 0.41
Hex A3 91 2F 0 B 47 24 33 37 29
Octal 243 221 57 0 13 107 44 63 67 51
Binary 10100011 10010001 101111 0 1011 1000111 100100 110011 110111 101001

Color Harmonies of #A3912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3912F

Black with #A3912F

Text Example


Text Example

White with #A3912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3912F; }

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

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

background-color css

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

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

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

border-color css

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

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

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