Html Css Color HEX #A3983B Reef Gold

📋 copy color: '#A3983B'

red 163 ◦ green 152 ◦ blue 59

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

Shades of Reef Gold #A3983B

Tints of Reef Gold #A3983B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

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

R = 43.58%
G = 40.64%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3983B (or 0xA3983B) is known color: Reef Gold. HEX triplet: A3, 98 and 3B. RGB value is (163,152,59). Sum of RGB (Red+Green+Blue) = 163+152+59=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3983B is #5C67C4. Grayscale: #919191. Windows color (decimal): -6055877 or 3905699. OLE color: 3905699.

HSL color Cylindrical-coordinate representation of color #A3983B: hue angle of 53.65º 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 #A3983B is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 152 59 -
CMYK 0 0.07 0.64 0.36
HSL 53.65º 0.47% 0.44% -
HSV(B) 53.65º 0.64% 0.64% -
XYZ 27.12 30.56 8.61 -
YUV 144.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 163 152 59 0 0.07 0.64 0.36 53.65 0.47 0.44
Hex A3 98 3B 0 7 40 24 36 2F 2C
Octal 243 230 73 0 7 100 44 66 57 54
Binary 10100011 10011000 111011 0 111 1000000 100100 110110 101111 101100

Color Harmonies of #A3983B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3983B

Black with #A3983B

Text Example


Text Example

White with #A3983B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3983B; }

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

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

background-color css

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

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

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

border-color css

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

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

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