Html Css Color HEX #A3942B Reef Gold

📋 copy color: '#A3942B'

red 163 ◦ green 148 ◦ blue 43

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

Shades of Reef Gold #A3942B

Tints of Reef Gold #A3942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

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

R = 46.05%
G = 41.81%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3942B (or 0xA3942B) is known color: Reef Gold. HEX triplet: A3, 94 and 2B. RGB value is (163,148,43). Sum of RGB (Red+Green+Blue) = 163+148+43=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3942B is #5C6BD4. Grayscale: #8C8C8C. Windows color (decimal): -6056917 or 2856099. OLE color: 2856099.

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

Color convert

RGB 163 148 43 -
CMYK 0 0.09 0.74 0.36
HSL 52.5º 0.58% 0.4% -
HSV(B) 52.5º 0.74% 0.64% -
XYZ 26.13 29.14 6.53 -
YUV 140.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 163 148 43 0 0.09 0.74 0.36 52.5 0.58 0.4
Hex A3 94 2B 0 9 4A 24 34 3A 28
Octal 243 224 53 0 11 112 44 64 72 50
Binary 10100011 10010100 101011 0 1001 1001010 100100 110100 111010 101000

Color Harmonies of #A3942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3942B

Black with #A3942B

Text Example


Text Example

White with #A3942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3942B; }

 p { color: rgb(163,148,43); }

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

background-color css

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

 a { background-color: rgb(163,148,43); }

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

border-color css

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

 span { border-color: rgb(163,148,43); }

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