Html Css Color HEX #A48D3B Reef Gold

📋 copy color: '#A48D3B'

red 164 ◦ green 141 ◦ blue 59

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

Shades of Reef Gold #A48D3B

Tints of Reef Gold #A48D3B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.74%

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

R = 45.05%
G = 38.74%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A48D3B (or 0xA48D3B) is known color: Reef Gold. HEX triplet: A4, 8D and 3B. RGB value is (164,141,59). Sum of RGB (Red+Green+Blue) = 164+141+59=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D3B is #5B72C4. Grayscale: #8A8A8A. Windows color (decimal): -5993157 or 3902884. OLE color: 3902884.

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

Color convert

RGB 164 141 59 -
CMYK 0 0.14 0.64 0.36
HSL 46.86º 0.47% 0.44% -
HSV(B) 46.86º 0.64% 0.64% -
XYZ 25.62 27.26 8.05 -
YUV 138.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 164 141 59 0 0.14 0.64 0.36 46.86 0.47 0.44
Hex A4 8D 3B 0 E 40 24 2F 2F 2C
Octal 244 215 73 0 16 100 44 57 57 54
Binary 10100100 10001101 111011 0 1110 1000000 100100 101111 101111 101100

Color Harmonies of #A48D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D3B

Black with #A48D3B

Text Example


Text Example

White with #A48D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D3B; }

 p { color: rgb(164,141,59); }

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

background-color css

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

 a { background-color: rgb(164,141,59); }

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

border-color css

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

 span { border-color: rgb(164,141,59); }

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