Html Css Color HEX #A39B3B Reef Gold

📋 copy color: '#A39B3B'

red 163 ◦ green 155 ◦ blue 59

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

Shades of Reef Gold #A39B3B

Tints of Reef Gold #A39B3B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

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

R = 43.24%
G = 41.11%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A39B3B (or 0xA39B3B) is known color: Reef Gold. HEX triplet: A3, 9B and 3B. RGB value is (163,155,59). Sum of RGB (Red+Green+Blue) = 163+155+59=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B3B is #5C64C4. Grayscale: #929292. Windows color (decimal): -6055109 or 3906467. OLE color: 3906467.

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

Color convert

RGB 163 155 59 -
CMYK 0 0.05 0.64 0.36
HSL 55.38º 0.47% 0.44% -
HSV(B) 55.38º 0.64% 0.64% -
XYZ 27.62 31.54 8.77 -
YUV 146.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 163 155 59 0 0.05 0.64 0.36 55.38 0.47 0.44
Hex A3 9B 3B 0 5 40 24 37 2F 2C
Octal 243 233 73 0 5 100 44 67 57 54
Binary 10100011 10011011 111011 0 101 1000000 100100 110111 101111 101100

Color Harmonies of #A39B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39B3B

Black with #A39B3B

Text Example


Text Example

White with #A39B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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