Html Css Color HEX #A38A37 Reef Gold

📋 copy color: '#A38A37'

red 163 ◦ green 138 ◦ blue 55

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

Shades of Reef Gold #A38A37

Tints of Reef Gold #A38A37

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.76%

 BLUE value IS 55 (21.88% from 255) = 15.45%

R = 45.79%
G = 38.76%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A38A37 (or 0xA38A37) is known color: Reef Gold. HEX triplet: A3, 8A and 37. RGB value is (163,138,55). Sum of RGB (Red+Green+Blue) = 163+138+55=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A37 is #5C75C8. Grayscale: #888888. Windows color (decimal): -6059465 or 3639971. OLE color: 3639971.

HSL color Cylindrical-coordinate representation of color #A38A37: hue angle of 46.11º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A38A37 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 138 55 -
CMYK 0 0.15 0.66 0.36
HSL 46.11º 0.5% 0.43% -
HSV(B) 46.11º 0.66% 0.64% -
XYZ 24.88 26.24 7.37 -
YUV 136.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 163 138 55 0 0.15 0.66 0.36 46.11 0.5 0.43
Hex A3 8A 37 0 F 42 24 2E 32 2B
Octal 243 212 67 0 17 102 44 56 62 53
Binary 10100011 10001010 110111 0 1111 1000010 100100 101110 110010 101011

Color Harmonies of #A38A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A37

Black with #A38A37

Text Example


Text Example

White with #A38A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A37; }

 p { color: rgb(163,138,55); }

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

background-color css

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

 a { background-color: rgb(163,138,55); }

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

border-color css

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

 span { border-color: rgb(163,138,55); }

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