Html Css Color HEX #A48B3C Reef Gold

📋 copy color: '#A48B3C'

red 164 ◦ green 139 ◦ blue 60

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

Shades of Reef Gold #A48B3C

Tints of Reef Gold #A48B3C

RGB

 RED value IS 164 (64.45% from 255) = 45.18%

 GREEN value IS 139 (54.69% from 255) = 38.29%

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

R = 45.18%
G = 38.29%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A48B3C (or 0xA48B3C) is known color: Reef Gold. HEX triplet: A4, 8B and 3C. RGB value is (164,139,60). Sum of RGB (Red+Green+Blue) = 164+139+60=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48B3C is #5B74C3. Grayscale: #898989. Windows color (decimal): -5993668 or 3967908. OLE color: 3967908.

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

Color convert

RGB 164 139 60 -
CMYK 0 0.15 0.63 0.36
HSL 45.58º 0.46% 0.44% -
HSV(B) 45.58º 0.63% 0.64% -
XYZ 25.36 26.68 8.09 -
YUV 137.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 164 139 60 0 0.15 0.63 0.36 45.58 0.46 0.44
Hex A4 8B 3C 0 F 3F 24 2E 2E 2C
Octal 244 213 74 0 17 77 44 56 56 54
Binary 10100100 10001011 111100 0 1111 111111 100100 101110 101110 101100

Color Harmonies of #A48B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B3C

Black with #A48B3C

Text Example


Text Example

White with #A48B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B3C; }

 p { color: rgb(164,139,60); }

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

background-color css

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

 a { background-color: rgb(164,139,60); }

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

border-color css

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

 span { border-color: rgb(164,139,60); }

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