Html Css Color HEX #A39B3C Reef Gold

📋 copy color: '#A39B3C'

red 163 ◦ green 155 ◦ blue 60

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

Shades of Reef Gold #A39B3C

Tints of Reef Gold #A39B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.87%

R = 43.12%
G = 41.01%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A39B3C (or 0xA39B3C) is known color: Reef Gold. HEX triplet: A3, 9B and 3C. RGB value is (163,155,60). Sum of RGB (Red+Green+Blue) = 163+155+60=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B3C is #5C64C3. Grayscale: #929292. Windows color (decimal): -6055108 or 3972003. OLE color: 3972003.

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

Color convert

RGB 163 155 60 -
CMYK 0 0.05 0.63 0.36
HSL 55.34º 0.46% 0.44% -
HSV(B) 55.34º 0.63% 0.64% -
XYZ 27.64 31.56 8.91 -
YUV 146.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 163 155 60 0 0.05 0.63 0.36 55.34 0.46 0.44
Hex A3 9B 3C 0 5 3F 24 37 2E 2C
Octal 243 233 74 0 5 77 44 67 56 54
Binary 10100011 10011011 111100 0 101 111111 100100 110111 101110 101100

Color Harmonies of #A39B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39B3C

Black with #A39B3C

Text Example


Text Example

White with #A39B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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