Html Css Color HEX #A48E2B Reef Gold

📋 copy color: '#A48E2B'

red 164 ◦ green 142 ◦ blue 43

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

Shades of Reef Gold #A48E2B

Tints of Reef Gold #A48E2B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.69%

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 46.99%
G = 40.69%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A48E2B (or 0xA48E2B) is known color: Reef Gold. HEX triplet: A4, 8E and 2B. RGB value is (164,142,43). Sum of RGB (Red+Green+Blue) = 164+142+43=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E2B is #5B71D4. Grayscale: #898989. Windows color (decimal): -5992917 or 2854564. OLE color: 2854564.

HSL color Cylindrical-coordinate representation of color #A48E2B: hue angle of 49.09º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A48E2B is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 142 43 -
CMYK 0 0.13 0.74 0.36
HSL 49.09º 0.58% 0.41% -
HSV(B) 49.09º 0.74% 0.64% -
XYZ 25.42 27.41 6.24 -
YUV 137.29 74.79 147.05 -
System Red Green Blue C M Y K H S L
Decimal 164 142 43 0 0.13 0.74 0.36 49.09 0.58 0.41
Hex A4 8E 2B 0 D 4A 24 31 3A 29
Octal 244 216 53 0 15 112 44 61 72 51
Binary 10100100 10001110 101011 0 1101 1001010 100100 110001 111010 101001

Color Harmonies of #A48E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E2B

Black with #A48E2B

Text Example


Text Example

White with #A48E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E2B; }

 p { color: rgb(164,142,43); }

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

background-color css

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

 a { background-color: rgb(164,142,43); }

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

border-color css

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

 span { border-color: rgb(164,142,43); }

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